Html Css Color HEX #8A15DF Blue Violet

📋 copy color: '#8A15DF'

red 138 ◦ green 21 ◦ blue 223

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

Shades of Blue Violet #8A15DF

Tints of Blue Violet #8A15DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.38%

R = 36.13%
G = 5.5%
B = 58.38%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A15DF (or 0x8A15DF) is known color: Blue Violet. HEX triplet: 8A, 15 and DF. RGB value is (138,21,223). Sum of RGB (Red+Green+Blue) = 138+21+223=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A15DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A15DF is #75EA20. Grayscale: #4E4E4E. Windows color (decimal): -7727649 or 14620042. OLE color: 14620042.

HSL color Cylindrical-coordinate representation of color #8A15DF: hue angle of 274.75º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A15DF is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 21 223 -
CMYK 0.38 0.91 0 0.13
HSL 274.75º 0.83% 0.48% -
HSV(B) 274.75º 0.91% 0.87% -
XYZ 24.07 11.27 70.72 -
YUV 79.01 209.26 170.07 -
System Red Green Blue C M Y K H S L
Decimal 138 21 223 0.38 0.91 0 0.13 274.75 0.83 0.48
Hex 8A 15 DF 26 5B 0 D 113 53 30
Octal 212 25 337 46 133 0 15 423 123 60
Binary 10001010 10101 11011111 100110 1011011 0 1101 100010011 1010011 110000

Color Harmonies of #8A15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A15DF

Black with #8A15DF

Text Example


Text Example

White with #8A15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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