Html Css Color HEX #9617CC Dark Violet

📋 copy color: '#9617CC'

red 150 ◦ green 23 ◦ blue 204

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

Shades of Dark Violet #9617CC

Tints of Dark Violet #9617CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.1%

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

R = 39.79%
G = 6.1%
B = 54.11%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9617CC (or 0x9617CC) is known color: Dark Violet. HEX triplet: 96, 17 and CC. RGB value is (150,23,204). Sum of RGB (Red+Green+Blue) = 150+23+204=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #9617CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9617CC is #69E833. Grayscale: #515151. Windows color (decimal): -6940724 or 13375382. OLE color: 13375382.

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

Color convert

RGB 150 23 204 -
CMYK 0.26 0.89 0 0.2
HSL 282.1º 0.8% 0.45% -
HSV(B) 282.1º 0.89% 0.8% -
XYZ 23.78 11.46 58.08 -
YUV 81.61 197.08 176.78 -
System Red Green Blue C M Y K H S L
Decimal 150 23 204 0.26 0.89 0 0.2 282.1 0.8 0.45
Hex 96 17 CC 1A 59 0 14 11A 50 2D
Octal 226 27 314 32 131 0 24 432 120 55
Binary 10010110 10111 11001100 11010 1011001 0 10100 100011010 1010000 101101

Color Harmonies of #9617CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9617CC

Black with #9617CC

Text Example


Text Example

White with #9617CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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