Html Css Color HEX #9602EA Dark Violet

📋 copy color: '#9602EA'

red 150 ◦ green 2 ◦ blue 234

#9602EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9602EA

Tints of Dark Violet #9602EA

RGB

 RED value IS 150 (58.98% from 255) = 38.86%

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 234 (91.8% from 255) = 60.62%

R = 38.86%
G = 0.52%
B = 60.62%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9602EA (or 0x9602EA) is known color: Dark Violet. HEX triplet: 96, 02 and EA. RGB value is (150,2,234). Sum of RGB (Red+Green+Blue) = 150+2+234=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #9602EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9602EA is #69FD15. Grayscale: #474747. Windows color (decimal): -6946070 or 15336086. OLE color: 15336086.

HSL color Cylindrical-coordinate representation of color #9602EA: hue angle of 278.28º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9602EA is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 2 234 -
CMYK 0.36 0.99 0 0.08
HSL 278.28º 0.98% 0.46% -
HSV(B) 278.28º 0.99% 0.92% -
XYZ 27.45 12.47 78.8 -
YUV 72.7 219.03 183.14 -
System Red Green Blue C M Y K H S L
Decimal 150 2 234 0.36 0.99 0 0.08 278.28 0.98 0.46
Hex 96 2 EA 24 63 0 8 116 62 2E
Octal 226 2 352 44 143 0 10 426 142 56
Binary 10010110 10 11101010 100100 1100011 0 1000 100010110 1100010 101110

Color Harmonies of #9602EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602EA

Black with #9602EA

Text Example


Text Example

White with #9602EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9602EA; }

 p { color: rgb(150,2,234); }

 H1.HeaderClassName
 {
   color: #9602EA;
 }
 .AnyTagClassName
 {
   color: #9602EA;
 }
</style>

background-color css

<style>
 a { background-color: #9602EA; }

 a { background-color: rgb(150,2,234); }

 div.DivClassName
 {
   background-color: #9602EA;
 }
 .BgClassName
 {
   background-color: #9602EA;
 }
</style>

border-color css

<style>
 span { border-color: #9602EA; }

 span { border-color: rgb(150,2,234); }

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