Html Css Color HEX #9603CC Dark Violet

📋 copy color: '#9603CC'

red 150 ◦ green 3 ◦ blue 204

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

Shades of Dark Violet #9603CC

Tints of Dark Violet #9603CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 42.02%
G = 0.84%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9603CC (or 0x9603CC) is known color: Dark Violet. HEX triplet: 96, 03 and CC. RGB value is (150,3,204). Sum of RGB (Red+Green+Blue) = 150+3+204=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #9603CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603CC is #69FC33. Grayscale: #454545. Windows color (decimal): -6945844 or 13370262. OLE color: 13370262.

HSL color Cylindrical-coordinate representation of color #9603CC: hue angle of 283.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9603CC is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 3 204 -
CMYK 0.26 0.99 0 0.2
HSL 283.88º 0.97% 0.41% -
HSV(B) 283.88º 0.99% 0.8% -
XYZ 23.51 10.91 57.99 -
YUV 69.87 203.7 185.16 -
System Red Green Blue C M Y K H S L
Decimal 150 3 204 0.26 0.99 0 0.2 283.88 0.97 0.41
Hex 96 3 CC 1A 63 0 14 11C 61 29
Octal 226 3 314 32 143 0 24 434 141 51
Binary 10010110 11 11001100 11010 1100011 0 10100 100011100 1100001 101001

Color Harmonies of #9603CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9603CC

Black with #9603CC

Text Example


Text Example

White with #9603CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9603CC; }

 p { color: rgb(150,3,204); }

 H1.HeaderClassName
 {
   color: #9603CC;
 }
 .AnyTagClassName
 {
   color: #9603CC;
 }
</style>

background-color css

<style>
 a { background-color: #9603CC; }

 a { background-color: rgb(150,3,204); }

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

border-color css

<style>
 span { border-color: #9603CC; }

 span { border-color: rgb(150,3,204); }

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