Html Css Color HEX #8A15DB Blue Violet

📋 copy color: '#8A15DB'

red 138 ◦ green 21 ◦ blue 219

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

Shades of Blue Violet #8A15DB

Tints of Blue Violet #8A15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.56%

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

R = 36.51%
G = 5.56%
B = 57.94%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A15DB (or 0x8A15DB) is known color: Blue Violet. HEX triplet: 8A, 15 and DB. RGB value is (138,21,219). Sum of RGB (Red+Green+Blue) = 138+21+219=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A15DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A15DB is #75EA24. Grayscale: #4D4D4D. Windows color (decimal): -7727653 or 14357898. OLE color: 14357898.

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

Color convert

RGB 138 21 219 -
CMYK 0.37 0.90 0 0.14
HSL 275.45º 0.83% 0.47% -
HSV(B) 275.45º 0.9% 0.86% -
XYZ 23.54 11.05 67.91 -
YUV 78.56 207.26 170.4 -
System Red Green Blue C M Y K H S L
Decimal 138 21 219 0.37 0.90 0 0.14 275.45 0.83 0.47
Hex 8A 15 DB 25 5A 0 E 113 52 2F
Octal 212 25 333 45 132 0 16 423 122 57
Binary 10001010 10101 11011011 100101 1011010 0 1110 100010011 1010010 101111

Color Harmonies of #8A15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A15DB

Black with #8A15DB

Text Example


Text Example

White with #8A15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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