Html Css Color HEX #8A17DB Blue Violet

📋 copy color: '#8A17DB'

red 138 ◦ green 23 ◦ blue 219

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

Shades of Blue Violet #8A17DB

Tints of Blue Violet #8A17DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 36.32%
G = 6.05%
B = 57.63%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A17DB (or 0x8A17DB) is known color: Blue Violet. HEX triplet: 8A, 17 and DB. RGB value is (138,23,219). Sum of RGB (Red+Green+Blue) = 138+23+219=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A17DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A17DB is #75E824. Grayscale: #4F4F4F. Windows color (decimal): -7727141 or 14358410. OLE color: 14358410.

HSL color Cylindrical-coordinate representation of color #8A17DB: hue angle of 275.2º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A17DB is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 23 219 -
CMYK 0.37 0.89 0 0.14
HSL 275.2º 0.81% 0.47% -
HSV(B) 275.2º 0.89% 0.86% -
XYZ 23.57 11.13 67.92 -
YUV 79.73 206.6 169.56 -
System Red Green Blue C M Y K H S L
Decimal 138 23 219 0.37 0.89 0 0.14 275.2 0.81 0.47
Hex 8A 17 DB 25 59 0 E 113 51 2F
Octal 212 27 333 45 131 0 16 423 121 57
Binary 10001010 10111 11011011 100101 1011001 0 1110 100010011 1010001 101111

Color Harmonies of #8A17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A17DB

Black with #8A17DB

Text Example


Text Example

White with #8A17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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