#9300BE

Color #9300BE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9300BE

Tints of Dark Violet #9300BE

Color information

#9300BE (or 0x9300BE) is unknown color: approx Dark Violet. HEX triplet: 93, 00 and BE. RGB value is (147,0,190). Sum of RGB (Red+Green+Blue) = 147+0+190=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #9300BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300BE is #6CFF41. Grayscale: #414141. Windows color (decimal): -7143234 or 12451987. OLE color: 12451987.

HSL color Cylindrical-coordinate representation of color #9300BE: hue angle of 286.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300BE is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1470190-
CMYK0.23100.25
HSL286.42º100%37.25%-
HSV(B)286.42º100%74.51%-
XYZ21.339.9249.51-
YUV65.61198.2186.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 56.38%
R=43.62%
G=0%
B=56.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14701900.23100.25286.4210037.25
Hex930BE176401911e6425
Octal22302762714403143614445
Binary100100110101111101011111001000110011000111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9300BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9300BE; }

 p { color: rgb(147,0,190); }

 H1.HeaderClassName
 {
   color: #9300BE;
 }
 .AnyTagClassName
 {
   color: #9300BE;
 }
</style>
background-color css

<style>
 a { background-color: #9300BE; }

 a { background-color: rgb(147,0,190); }

 div.DivClassName
 {
   background-color: #9300BE;
 }
 .BgClassName
 {
   background-color: #9300BE;
 }
</style>
border-color css

<style>
 span { border-color: #9300BE; }

 span { border-color: rgb(147,0,190); }

 td.TdClassName
 {
   border-color: #9300BE;
 }
 .TagClassName
 {
   border-color: #9300BE;
 }
</style>