Html Css Color HEX #8A04BA Dark Violet

📋 copy color: '#8A04BA'

red 138 ◦ green 4 ◦ blue 186

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

Shades of Dark Violet #8A04BA

Tints of Dark Violet #8A04BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

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

R = 42.07%
G = 1.22%
B = 56.71%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A04BA (or 0x8A04BA) is known color: Dark Violet. HEX triplet: 8A, 04 and BA. RGB value is (138,4,186). Sum of RGB (Red+Green+Blue) = 138+4+186=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A04BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A04BA is #75FB45. Grayscale: #404040. Windows color (decimal): -7732038 or 12190858. OLE color: 12190858.

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

Color convert

RGB 138 4 186 -
CMYK 0.26 0.98 0 0.27
HSL 284.18º 0.96% 0.37% -
HSV(B) 284.18º 0.98% 0.73% -
XYZ 19.39 9.04 47.18 -
YUV 64.81 196.39 180.2 -
System Red Green Blue C M Y K H S L
Decimal 138 4 186 0.26 0.98 0 0.27 284.18 0.96 0.37
Hex 8A 4 BA 1A 62 0 1B 11C 60 25
Octal 212 4 272 32 142 0 33 434 140 45
Binary 10001010 100 10111010 11010 1100010 0 11011 100011100 1100000 100101

Color Harmonies of #8A04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A04BA

Black with #8A04BA

Text Example


Text Example

White with #8A04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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