Html Css Color HEX #8A08BA Dark Violet

📋 copy color: '#8A08BA'

red 138 ◦ green 8 ◦ blue 186

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

Shades of Dark Violet #8A08BA

Tints of Dark Violet #8A08BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

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

R = 41.57%
G = 2.41%
B = 56.02%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A08BA (or 0x8A08BA) is known color: Dark Violet. HEX triplet: 8A, 08 and BA. RGB value is (138,8,186). Sum of RGB (Red+Green+Blue) = 138+8+186=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A08BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A08BA is #75F745. Grayscale: #424242. Windows color (decimal): -7731014 or 12191882. OLE color: 12191882.

HSL color Cylindrical-coordinate representation of color #8A08BA: hue angle of 283.82º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A08BA is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 8 186 -
CMYK 0.26 0.96 0 0.27
HSL 283.82º 0.92% 0.38% -
HSV(B) 283.82º 0.96% 0.73% -
XYZ 19.43 9.12 47.19 -
YUV 67.16 195.07 178.53 -
System Red Green Blue C M Y K H S L
Decimal 138 8 186 0.26 0.96 0 0.27 283.82 0.92 0.38
Hex 8A 8 BA 1A 60 0 1B 11C 5C 26
Octal 212 10 272 32 140 0 33 434 134 46
Binary 10001010 1000 10111010 11010 1100000 0 11011 100011100 1011100 100110

Color Harmonies of #8A08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A08BA

Black with #8A08BA

Text Example


Text Example

White with #8A08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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