Html Css Color HEX #9806BA Dark Violet

📋 copy color: '#9806BA'

red 152 ◦ green 6 ◦ blue 186

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

Shades of Dark Violet #9806BA

Tints of Dark Violet #9806BA

RGB

 RED value IS 152 (59.77% from 255) = 44.19%

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

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

R = 44.19%
G = 1.74%
B = 54.07%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9806BA (or 0x9806BA) is known color: Dark Violet. HEX triplet: 98, 06 and BA. RGB value is (152,6,186). Sum of RGB (Red+Green+Blue) = 152+6+186=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #9806BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9806BA is #67F945. Grayscale: #454545. Windows color (decimal): -6814022 or 12191384. OLE color: 12191384.

HSL color Cylindrical-coordinate representation of color #9806BA: hue angle of 288.67º 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 #9806BA is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 6 186 -
CMYK 0.18 0.97 0 0.27
HSL 288.67º 0.94% 0.38% -
HSV(B) 288.67º 0.97% 0.73% -
XYZ 21.88 10.35 47.3 -
YUV 70.17 193.37 186.36 -
System Red Green Blue C M Y K H S L
Decimal 152 6 186 0.18 0.97 0 0.27 288.67 0.94 0.38
Hex 98 6 BA 12 61 0 1B 121 5E 26
Octal 230 6 272 22 141 0 33 441 136 46
Binary 10011000 110 10111010 10010 1100001 0 11011 100100001 1011110 100110

Color Harmonies of #9806BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9806BA

Black with #9806BA

Text Example


Text Example

White with #9806BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9806BA; }

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

 H1.HeaderClassName
 {
   color: #9806BA;
 }
 .AnyTagClassName
 {
   color: #9806BA;
 }
</style>

background-color css

<style>
 a { background-color: #9806BA; }

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

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

border-color css

<style>
 span { border-color: #9806BA; }

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

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