Html Css Color HEX #9516DC Dark Violet

📋 copy color: '#9516DC'

red 149 ◦ green 22 ◦ blue 220

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

Shades of Dark Violet #9516DC

Tints of Dark Violet #9516DC

RGB

 RED value IS 149 (58.59% from 255) = 38.11%

 GREEN value IS 22 (8.98% from 255) = 5.63%

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

R = 38.11%
G = 5.63%
B = 56.27%

CMYK

 C value IS 0.32

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9516DC (or 0x9516DC) is known color: Dark Violet. HEX triplet: 95, 16 and DC. RGB value is (149,22,220). Sum of RGB (Red+Green+Blue) = 149+22+220=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #9516DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9516DC is #6AE923. Grayscale: #515151. Windows color (decimal): -7006500 or 14423701. OLE color: 14423701.

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

Color convert

RGB 149 22 220 -
CMYK 0.32 0.9 0 0.14
HSL 278.48º 0.82% 0.47% -
HSV(B) 278.48º 0.9% 0.86% -
XYZ 25.6 12.13 68.7 -
YUV 82.55 205.58 175.4 -
System Red Green Blue C M Y K H S L
Decimal 149 22 220 0.32 0.9 0 0.14 278.48 0.82 0.47
Hex 95 16 DC 20 5A 0 E 116 52 2F
Octal 225 26 334 40 132 0 16 426 122 57
Binary 10010101 10110 11011100 100000 1011010 0 1110 100010110 1010010 101111

Color Harmonies of #9516DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9516DC

Black with #9516DC

Text Example


Text Example

White with #9516DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,22,220); }

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

background-color css

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

 a { background-color: rgb(149,22,220); }

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

border-color css

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

 span { border-color: rgb(149,22,220); }

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