Html Css Color HEX #8A1DF9 Blue Violet

📋 copy color: '#8A1DF9'

red 138 ◦ green 29 ◦ blue 249

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

Shades of Blue Violet #8A1DF9

Tints of Blue Violet #8A1DF9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.97%

 BLUE value IS 249 (97.66% from 255) = 59.86%

R = 33.17%
G = 6.97%
B = 59.86%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A1DF9 (or 0x8A1DF9) is known color: Blue Violet. HEX triplet: 8A, 1D and F9. RGB value is (138,29,249). Sum of RGB (Red+Green+Blue) = 138+29+249=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #8A1DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1DF9 is #75E206. Grayscale: #555555. Windows color (decimal): -7725575 or 16326026. OLE color: 16326026.

HSL color Cylindrical-coordinate representation of color #8A1DF9: hue angle of 269.73º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1DF9 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 29 249 -
CMYK 0.45 0.88 0 0.02
HSL 269.73º 0.95% 0.55% -
HSV(B) 269.73º 0.88% 0.98% -
XYZ 28.02 13.12 90.68 -
YUV 86.67 219.61 164.61 -
System Red Green Blue C M Y K H S L
Decimal 138 29 249 0.45 0.88 0 0.02 269.73 0.95 0.55
Hex 8A 1D F9 2D 58 0 2 10E 5F 37
Octal 212 35 371 55 130 0 2 416 137 67
Binary 10001010 11101 11111001 101101 1011000 0 10 100001110 1011111 110111

Color Harmonies of #8A1DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1DF9

Black with #8A1DF9

Text Example


Text Example

White with #8A1DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,29,249); }

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

background-color css

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

 a { background-color: rgb(138,29,249); }

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

border-color css

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

 span { border-color: rgb(138,29,249); }

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