Html Css Color HEX #8A17BA Dark Violet

📋 copy color: '#8A17BA'

red 138 ◦ green 23 ◦ blue 186

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

Shades of Dark Violet #8A17BA

Tints of Dark Violet #8A17BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.63%

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

R = 39.77%
G = 6.63%
B = 53.6%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A17BA (or 0x8A17BA) is known color: Dark Violet. HEX triplet: 8A, 17 and BA. RGB value is (138,23,186). Sum of RGB (Red+Green+Blue) = 138+23+186=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A17BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A17BA is #75E845. Grayscale: #4B4B4B. Windows color (decimal): -7727174 or 12195722. OLE color: 12195722.

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

Color convert

RGB 138 23 186 -
CMYK 0.26 0.88 0 0.27
HSL 282.33º 0.78% 0.41% -
HSV(B) 282.33º 0.88% 0.73% -
XYZ 19.65 9.56 47.26 -
YUV 75.97 190.1 172.25 -
System Red Green Blue C M Y K H S L
Decimal 138 23 186 0.26 0.88 0 0.27 282.33 0.78 0.41
Hex 8A 17 BA 1A 58 0 1B 11A 4E 29
Octal 212 27 272 32 130 0 33 432 116 51
Binary 10001010 10111 10111010 11010 1011000 0 11011 100011010 1001110 101001

Color Harmonies of #8A17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A17BA

Black with #8A17BA

Text Example


Text Example

White with #8A17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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