Html Css Color HEX #9602BA Dark Violet

📋 copy color: '#9602BA'

red 150 ◦ green 2 ◦ blue 186

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

Shades of Dark Violet #9602BA

Tints of Dark Violet #9602BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 44.38%
G = 0.59%
B = 55.03%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9602BA (or 0x9602BA) is known color: Dark Violet. HEX triplet: 96, 02 and BA. RGB value is (150,2,186). Sum of RGB (Red+Green+Blue) = 150+2+186=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #9602BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602BA is #69FD45. Grayscale: #424242. Windows color (decimal): -6946118 or 12190358. OLE color: 12190358.

HSL color Cylindrical-coordinate representation of color #9602BA: hue angle of 288.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9602BA is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 2 186 -
CMYK 0.19 0.99 0 0.27
HSL 288.26º 0.98% 0.37% -
HSV(B) 288.26º 0.99% 0.73% -
XYZ 21.46 10.07 47.27 -
YUV 67.23 195.03 187.04 -
System Red Green Blue C M Y K H S L
Decimal 150 2 186 0.19 0.99 0 0.27 288.26 0.98 0.37
Hex 96 2 BA 13 63 0 1B 120 62 25
Octal 226 2 272 23 143 0 33 440 142 45
Binary 10010110 10 10111010 10011 1100011 0 11011 100100000 1100010 100101

Color Harmonies of #9602BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602BA

Black with #9602BA

Text Example


Text Example

White with #9602BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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