Html Css Color HEX #9D06BA Dark Violet

📋 copy color: '#9D06BA'

red 157 ◦ green 6 ◦ blue 186

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

Shades of Dark Violet #9D06BA

Tints of Dark Violet #9D06BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 44.99%
G = 1.72%
B = 53.3%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D06BA (or 0x9D06BA) is known color: Dark Violet. HEX triplet: 9D, 06 and BA. RGB value is (157,6,186). Sum of RGB (Red+Green+Blue) = 157+6+186=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D06BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D06BA is #62F945. Grayscale: #474747. Windows color (decimal): -6486342 or 12191389. OLE color: 12191389.

HSL color Cylindrical-coordinate representation of color #9D06BA: hue angle of 290.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D06BA is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 6 186 -
CMYK 0.16 0.97 0 0.27
HSL 290.33º 0.94% 0.38% -
HSV(B) 290.33º 0.97% 0.73% -
XYZ 22.83 10.84 47.34 -
YUV 71.67 192.53 188.86 -
System Red Green Blue C M Y K H S L
Decimal 157 6 186 0.16 0.97 0 0.27 290.33 0.94 0.38
Hex 9D 6 BA 10 61 0 1B 122 5E 26
Octal 235 6 272 20 141 0 33 442 136 46
Binary 10011101 110 10111010 10000 1100001 0 11011 100100010 1011110 100110

Color Harmonies of #9D06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D06BA

Black with #9D06BA

Text Example


Text Example

White with #9D06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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