Html Css Color HEX #8A06BA Dark Violet

📋 copy color: '#8A06BA'

red 138 ◦ green 6 ◦ blue 186

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

Shades of Dark Violet #8A06BA

Tints of Dark Violet #8A06BA

RGB

 RED value IS 138 (54.3% from 255) = 41.82%

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

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

R = 41.82%
G = 1.82%
B = 56.36%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A06BA (or 0x8A06BA) is known color: Dark Violet. HEX triplet: 8A, 06 and BA. RGB value is (138,6,186). Sum of RGB (Red+Green+Blue) = 138+6+186=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A06BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A06BA is #75F945. Grayscale: #414141. Windows color (decimal): -7731526 or 12191370. OLE color: 12191370.

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

Color convert

RGB 138 6 186 -
CMYK 0.26 0.97 0 0.27
HSL 284º 0.94% 0.38% -
HSV(B) 284º 0.97% 0.73% -
XYZ 19.41 9.08 47.18 -
YUV 65.99 195.73 179.36 -
System Red Green Blue C M Y K H S L
Decimal 138 6 186 0.26 0.97 0 0.27 284 0.94 0.38
Hex 8A 6 BA 1A 61 0 1B 11C 5E 26
Octal 212 6 272 32 141 0 33 434 136 46
Binary 10001010 110 10111010 11010 1100001 0 11011 100011100 1011110 100110

Color Harmonies of #8A06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A06BA

Black with #8A06BA

Text Example


Text Example

White with #8A06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A06BA; }

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

 H1.HeaderClassName
 {
   color: #8A06BA;
 }
 .AnyTagClassName
 {
   color: #8A06BA;
 }
</style>

background-color css

<style>
 a { background-color: #8A06BA; }

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

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

border-color css

<style>
 span { border-color: #8A06BA; }

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

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