Html Css Color HEX #9603DA Dark Violet

📋 copy color: '#9603DA'

red 150 ◦ green 3 ◦ blue 218

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

Shades of Dark Violet #9603DA

Tints of Dark Violet #9603DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.76%

R = 40.43%
G = 0.81%
B = 58.76%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9603DA (or 0x9603DA) is known color: Dark Violet. HEX triplet: 96, 03 and DA. RGB value is (150,3,218). Sum of RGB (Red+Green+Blue) = 150+3+218=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #9603DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603DA is #69FC25. Grayscale: #464646. Windows color (decimal): -6945830 or 14287766. OLE color: 14287766.

HSL color Cylindrical-coordinate representation of color #9603DA: hue angle of 281.02º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9603DA is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 3 218 -
CMYK 0.31 0.99 0 0.15
HSL 281.02º 0.97% 0.43% -
HSV(B) 281.02º 0.99% 0.85% -
XYZ 25.27 11.61 67.24 -
YUV 71.46 210.7 184.02 -
System Red Green Blue C M Y K H S L
Decimal 150 3 218 0.31 0.99 0 0.15 281.02 0.97 0.43
Hex 96 3 DA 1F 63 0 F 119 61 2B
Octal 226 3 332 37 143 0 17 431 141 53
Binary 10010110 11 11011010 11111 1100011 0 1111 100011001 1100001 101011

Color Harmonies of #9603DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9603DA

Black with #9603DA

Text Example


Text Example

White with #9603DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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