Html Css Color HEX #9603CE Dark Violet

📋 copy color: '#9603CE'

red 150 ◦ green 3 ◦ blue 206

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

Shades of Dark Violet #9603CE

Tints of Dark Violet #9603CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 41.78%
G = 0.84%
B = 57.38%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9603CE (or 0x9603CE) is known color: Dark Violet. HEX triplet: 96, 03 and CE. RGB value is (150,3,206). Sum of RGB (Red+Green+Blue) = 150+3+206=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #9603CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603CE is #69FC31. Grayscale: #454545. Windows color (decimal): -6945842 or 13501334. OLE color: 13501334.

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

Color convert

RGB 150 3 206 -
CMYK 0.27 0.99 0 0.19
HSL 283.45º 0.97% 0.41% -
HSV(B) 283.45º 0.99% 0.81% -
XYZ 23.75 11.01 59.26 -
YUV 70.1 204.7 184.99 -
System Red Green Blue C M Y K H S L
Decimal 150 3 206 0.27 0.99 0 0.19 283.45 0.97 0.41
Hex 96 3 CE 1B 63 0 13 11B 61 29
Octal 226 3 316 33 143 0 23 433 141 51
Binary 10010110 11 11001110 11011 1100011 0 10011 100011011 1100001 101001

Color Harmonies of #9603CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9603CE

Black with #9603CE

Text Example


Text Example

White with #9603CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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