Html Css Color HEX #9603DD Dark Violet

📋 copy color: '#9603DD'

red 150 ◦ green 3 ◦ blue 221

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

Shades of Dark Violet #9603DD

Tints of Dark Violet #9603DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.09%

R = 40.11%
G = 0.8%
B = 59.09%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9603DD (or 0x9603DD) is known color: Dark Violet. HEX triplet: 96, 03 and DD. RGB value is (150,3,221). Sum of RGB (Red+Green+Blue) = 150+3+221=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #9603DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603DD is #69FC22. Grayscale: #474747. Windows color (decimal): -6945827 or 14484374. OLE color: 14484374.

HSL color Cylindrical-coordinate representation of color #9603DD: hue angle of 280.46º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9603DD is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 3 221 -
CMYK 0.32 0.99 0 0.13
HSL 280.46º 0.97% 0.44% -
HSV(B) 280.46º 0.99% 0.87% -
XYZ 25.66 11.77 69.33 -
YUV 71.81 212.2 183.77 -
System Red Green Blue C M Y K H S L
Decimal 150 3 221 0.32 0.99 0 0.13 280.46 0.97 0.44
Hex 96 3 DD 20 63 0 D 118 61 2C
Octal 226 3 335 40 143 0 15 430 141 54
Binary 10010110 11 11011101 100000 1100011 0 1101 100011000 1100001 101100

Color Harmonies of #9603DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9603DD

Black with #9603DD

Text Example


Text Example

White with #9603DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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