Html Css Color HEX #9610CC Dark Violet

📋 copy color: '#9610CC'

red 150 ◦ green 16 ◦ blue 204

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

Shades of Dark Violet #9610CC

Tints of Dark Violet #9610CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.32%

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

R = 40.54%
G = 4.32%
B = 55.14%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9610CC (or 0x9610CC) is known color: Dark Violet. HEX triplet: 96, 10 and CC. RGB value is (150,16,204). Sum of RGB (Red+Green+Blue) = 150+16+204=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #9610CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610CC is #69EF33. Grayscale: #4C4C4C. Windows color (decimal): -6942516 or 13373590. OLE color: 13373590.

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

Color convert

RGB 150 16 204 -
CMYK 0.26 0.92 0 0.2
HSL 282.77º 0.85% 0.43% -
HSV(B) 282.77º 0.92% 0.8% -
XYZ 23.66 11.21 58.04 -
YUV 77.5 199.39 179.71 -
System Red Green Blue C M Y K H S L
Decimal 150 16 204 0.26 0.92 0 0.2 282.77 0.85 0.43
Hex 96 10 CC 1A 5C 0 14 11B 55 2B
Octal 226 20 314 32 134 0 24 433 125 53
Binary 10010110 10000 11001100 11010 1011100 0 10100 100011011 1010101 101011

Color Harmonies of #9610CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610CC

Black with #9610CC

Text Example


Text Example

White with #9610CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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