Html Css Color HEX #9610DC Dark Violet

📋 copy color: '#9610DC'

red 150 ◦ green 16 ◦ blue 220

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

Shades of Dark Violet #9610DC

Tints of Dark Violet #9610DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 38.86%
G = 4.15%
B = 56.99%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9610DC (or 0x9610DC) is known color: Dark Violet. HEX triplet: 96, 10 and DC. RGB value is (150,16,220). Sum of RGB (Red+Green+Blue) = 150+16+220=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #9610DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610DC is #69EF23. Grayscale: #4E4E4E. Windows color (decimal): -6942500 or 14422166. OLE color: 14422166.

HSL color Cylindrical-coordinate representation of color #9610DC: hue angle of 279.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9610DC is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 16 220 -
CMYK 0.32 0.93 0 0.14
HSL 279.41º 0.86% 0.46% -
HSV(B) 279.41º 0.93% 0.86% -
XYZ 25.68 12.02 68.68 -
YUV 79.32 207.39 178.41 -
System Red Green Blue C M Y K H S L
Decimal 150 16 220 0.32 0.93 0 0.14 279.41 0.86 0.46
Hex 96 10 DC 20 5D 0 E 117 56 2E
Octal 226 20 334 40 135 0 16 427 126 56
Binary 10010110 10000 11011100 100000 1011101 0 1110 100010111 1010110 101110

Color Harmonies of #9610DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610DC

Black with #9610DC

Text Example


Text Example

White with #9610DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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