Html Css Color HEX #8A17BC Dark Violet

📋 copy color: '#8A17BC'

red 138 ◦ green 23 ◦ blue 188

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

Shades of Dark Violet #8A17BC

Tints of Dark Violet #8A17BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 39.54%
G = 6.59%
B = 53.87%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A17BC (or 0x8A17BC) is known color: Dark Violet. HEX triplet: 8A, 17 and BC. RGB value is (138,23,188). Sum of RGB (Red+Green+Blue) = 138+23+188=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A17BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A17BC is #75E843. Grayscale: #4B4B4B. Windows color (decimal): -7727172 or 12326794. OLE color: 12326794.

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

Color convert

RGB 138 23 188 -
CMYK 0.27 0.88 0 0.26
HSL 281.82º 0.78% 0.41% -
HSV(B) 281.82º 0.88% 0.74% -
XYZ 19.86 9.65 48.39 -
YUV 76.2 191.1 172.08 -
System Red Green Blue C M Y K H S L
Decimal 138 23 188 0.27 0.88 0 0.26 281.82 0.78 0.41
Hex 8A 17 BC 1B 58 0 1A 11A 4E 29
Octal 212 27 274 33 130 0 32 432 116 51
Binary 10001010 10111 10111100 11011 1011000 0 11010 100011010 1001110 101001

Color Harmonies of #8A17BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A17BC

Black with #8A17BC

Text Example


Text Example

White with #8A17BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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