Html Css Color HEX #8A1DEF Blue Violet

📋 copy color: '#8A1DEF'

red 138 ◦ green 29 ◦ blue 239

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

Shades of Blue Violet #8A1DEF

Tints of Blue Violet #8A1DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.87%

R = 33.99%
G = 7.14%
B = 58.87%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8A1DEF (or 0x8A1DEF) is known color: Blue Violet. HEX triplet: 8A, 1D and EF. RGB value is (138,29,239). Sum of RGB (Red+Green+Blue) = 138+29+239=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A1DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1DEF is #75E210. Grayscale: #545454. Windows color (decimal): -7725585 or 15670666. OLE color: 15670666.

HSL color Cylindrical-coordinate representation of color #8A1DEF: hue angle of 271.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1DEF is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 29 239 -
CMYK 0.42 0.88 0 0.06
HSL 271.14º 0.87% 0.53% -
HSV(B) 271.14º 0.88% 0.94% -
XYZ 26.5 12.51 82.68 -
YUV 85.53 214.61 165.42 -
System Red Green Blue C M Y K H S L
Decimal 138 29 239 0.42 0.88 0 0.06 271.14 0.87 0.53
Hex 8A 1D EF 2A 58 0 6 10F 57 35
Octal 212 35 357 52 130 0 6 417 127 65
Binary 10001010 11101 11101111 101010 1011000 0 110 100001111 1010111 110101

Color Harmonies of #8A1DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1DEF

Black with #8A1DEF

Text Example


Text Example

White with #8A1DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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