#9402CE

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

Shades of Dark Violet #9402CE

Tints of Dark Violet #9402CE

Color information

#9402CE (or 0x9402CE) is unknown color: approx Dark Violet. HEX triplet: 94, 02 and CE. RGB value is (148,2,206). Sum of RGB (Red+Green+Blue) = 148+2+206=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #9402CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9402CE is #6BFD31. Grayscale: #444444. Windows color (decimal): -7077170 or 13501076. OLE color: 13501076.

HSL color Cylindrical-coordinate representation of color #9402CE: hue angle of 282.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9402CE is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1482206-
CMYK0.280.9900.19
HSL282.94º98.08%40.78%-
HSV(B)282.94º99.03%80.78%-
XYZ23.3810.859.24-
YUV68.91205.37184.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 206 (80.86% from 255) = 57.87%
R=41.57%
G=0.56%
B=57.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal14822060.280.9900.19282.9498.0840.78
Hex942CE1C6301311b6229
Octal22423163414302343314251
Binary1001010010110011101110011000110100111000110111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9402CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9402CE; }

 p { color: rgb(148,2,206); }

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

<style>
 a { background-color: #9402CE; }

 a { background-color: rgb(148,2,206); }

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

<style>
 span { border-color: #9402CE; }

 span { border-color: rgb(148,2,206); }

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