Html Css Color HEX #9602BC Dark Violet

📋 copy color: '#9602BC'

red 150 ◦ green 2 ◦ blue 188

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

Shades of Dark Violet #9602BC

Tints of Dark Violet #9602BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.29%

R = 44.12%
G = 0.59%
B = 55.29%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9602BC (or 0x9602BC) is known color: Dark Violet. HEX triplet: 96, 02 and BC. RGB value is (150,2,188). Sum of RGB (Red+Green+Blue) = 150+2+188=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #9602BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602BC is #69FD43. Grayscale: #424242. Windows color (decimal): -6946116 or 12321430. OLE color: 12321430.

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

Color convert

RGB 150 2 188 -
CMYK 0.20 0.99 0 0.26
HSL 287.74º 0.98% 0.37% -
HSV(B) 287.74º 0.99% 0.74% -
XYZ 21.68 10.16 48.4 -
YUV 67.46 196.03 186.88 -
System Red Green Blue C M Y K H S L
Decimal 150 2 188 0.20 0.99 0 0.26 287.74 0.98 0.37
Hex 96 2 BC 14 63 0 1A 120 62 25
Octal 226 2 274 24 143 0 32 440 142 45
Binary 10010110 10 10111100 10100 1100011 0 11010 100100000 1100010 100101

Color Harmonies of #9602BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9602BC

Black with #9602BC

Text Example


Text Example

White with #9602BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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