Html Css Color HEX #9610DD Dark Violet

📋 copy color: '#9610DD'

red 150 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #9610DD

Tints of Dark Violet #9610DD

RGB

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

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

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

R = 38.76%
G = 4.13%
B = 57.11%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9610DD (or 0x9610DD) is known color: Dark Violet. HEX triplet: 96, 10 and DD. RGB value is (150,16,221). Sum of RGB (Red+Green+Blue) = 150+16+221=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #9610DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610DD is #69EF22. Grayscale: #4E4E4E. Windows color (decimal): -6942499 or 14487702. OLE color: 14487702.

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

Color convert

RGB 150 16 221 -
CMYK 0.32 0.93 0 0.13
HSL 279.22º 0.86% 0.46% -
HSV(B) 279.22º 0.93% 0.87% -
XYZ 25.81 12.08 69.38 -
YUV 79.44 207.89 178.33 -
System Red Green Blue C M Y K H S L
Decimal 150 16 221 0.32 0.93 0 0.13 279.22 0.86 0.46
Hex 96 10 DD 20 5D 0 D 117 56 2E
Octal 226 20 335 40 135 0 15 427 126 56
Binary 10010110 10000 11011101 100000 1011101 0 1101 100010111 1010110 101110

Color Harmonies of #9610DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610DD

Black with #9610DD

Text Example


Text Example

White with #9610DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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