Html Css Color HEX #8A17CB Dark Violet

📋 copy color: '#8A17CB'

red 138 ◦ green 23 ◦ blue 203

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

Shades of Dark Violet #8A17CB

Tints of Dark Violet #8A17CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 37.91%
G = 6.32%
B = 55.77%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A17CB (or 0x8A17CB) is known color: Dark Violet. HEX triplet: 8A, 17 and CB. RGB value is (138,23,203). Sum of RGB (Red+Green+Blue) = 138+23+203=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A17CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A17CB is #75E834. Grayscale: #4D4D4D. Windows color (decimal): -7727157 or 13309834. OLE color: 13309834.

HSL color Cylindrical-coordinate representation of color #8A17CB: hue angle of 278.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A17CB is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 23 203 -
CMYK 0.32 0.89 0 0.20
HSL 278.33º 0.8% 0.44% -
HSV(B) 278.33º 0.89% 0.8% -
XYZ 21.57 10.33 57.36 -
YUV 77.91 198.6 170.86 -
System Red Green Blue C M Y K H S L
Decimal 138 23 203 0.32 0.89 0 0.20 278.33 0.8 0.44
Hex 8A 17 CB 20 59 0 14 116 50 2C
Octal 212 27 313 40 131 0 24 426 120 54
Binary 10001010 10111 11001011 100000 1011001 0 10100 100010110 1010000 101100

Color Harmonies of #8A17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A17CB

Black with #8A17CB

Text Example


Text Example

White with #8A17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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