Html Css Color HEX #9D06DB Dark Violet

📋 copy color: '#9D06DB'

red 157 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #9D06DB

Tints of Dark Violet #9D06DB

RGB

 RED value IS 157 (61.72% from 255) = 41.1%

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 41.1%
G = 1.57%
B = 57.33%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D06DB (or 0x9D06DB) is known color: Dark Violet. HEX triplet: 9D, 06 and DB. RGB value is (157,6,219). Sum of RGB (Red+Green+Blue) = 157+6+219=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D06DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D06DB is #62F924. Grayscale: #4A4A4A. Windows color (decimal): -6486309 or 14354077. OLE color: 14354077.

HSL color Cylindrical-coordinate representation of color #9D06DB: hue angle of 282.54º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D06DB is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 6 219 -
CMYK 0.28 0.97 0 0.14
HSL 282.54º 0.95% 0.44% -
HSV(B) 282.54º 0.97% 0.86% -
XYZ 26.76 12.41 68 -
YUV 75.43 209.03 186.18 -
System Red Green Blue C M Y K H S L
Decimal 157 6 219 0.28 0.97 0 0.14 282.54 0.95 0.44
Hex 9D 6 DB 1C 61 0 E 11B 5F 2C
Octal 235 6 333 34 141 0 16 433 137 54
Binary 10011101 110 11011011 11100 1100001 0 1110 100011011 1011111 101100

Color Harmonies of #9D06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D06DB

Black with #9D06DB

Text Example


Text Example

White with #9D06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D06DB; }

 p { color: rgb(157,6,219); }

 H1.HeaderClassName
 {
   color: #9D06DB;
 }
 .AnyTagClassName
 {
   color: #9D06DB;
 }
</style>

background-color css

<style>
 a { background-color: #9D06DB; }

 a { background-color: rgb(157,6,219); }

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

border-color css

<style>
 span { border-color: #9D06DB; }

 span { border-color: rgb(157,6,219); }

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