Html Css Color HEX #9603C5 Dark Violet

📋 copy color: '#9603C5'

red 150 ◦ green 3 ◦ blue 197

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

Shades of Dark Violet #9603C5

Tints of Dark Violet #9603C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 56.29%

R = 42.86%
G = 0.86%
B = 56.29%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9603C5 (or 0x9603C5) is known color: Dark Violet. HEX triplet: 96, 03 and C5. RGB value is (150,3,197). Sum of RGB (Red+Green+Blue) = 150+3+197=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 197 (77.34% from 255 or 56.29% from 350); Max value from RGB is 197 - color contains mainly: blue. Hex color #9603C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603C5 is #69FC3A. Grayscale: #444444. Windows color (decimal): -6945851 or 12911510. OLE color: 12911510.

HSL color Cylindrical-coordinate representation of color #9603C5: hue angle of 285.46º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9603C5 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 3 197 -
CMYK 0.24 0.98 0 0.23
HSL 285.46º 0.97% 0.39% -
HSV(B) 285.46º 0.98% 0.77% -
XYZ 22.69 10.58 53.67 -
YUV 69.07 200.2 185.73 -
System Red Green Blue C M Y K H S L
Decimal 150 3 197 0.24 0.98 0 0.23 285.46 0.97 0.39
Hex 96 3 C5 18 62 0 17 11D 61 27
Octal 226 3 305 30 142 0 27 435 141 47
Binary 10010110 11 11000101 11000 1100010 0 10111 100011101 1100001 100111

Color Harmonies of #9603C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9603C5

Black with #9603C5

Text Example


Text Example

White with #9603C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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