Html Css Color HEX #8A2AE0 Blue Violet

📋 copy color: '#8A2AE0'

red 138 ◦ green 42 ◦ blue 224

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

Shades of Blue Violet #8A2AE0

Tints of Blue Violet #8A2AE0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.4%

 BLUE value IS 224 (87.89% from 255) = 55.45%

R = 34.16%
G = 10.4%
B = 55.45%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8A2AE0 (or 0x8A2AE0) is known color: Blue Violet. HEX triplet: 8A, 2A and E0. RGB value is (138,42,224). Sum of RGB (Red+Green+Blue) = 138+42+224=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #8A2AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2AE0 is #75D51F. Grayscale: #5A5A5A. Windows color (decimal): -7722272 or 14690954. OLE color: 14690954.

HSL color Cylindrical-coordinate representation of color #8A2AE0: hue angle of 271.65º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A2AE0 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 42 224 -
CMYK 0.38 0.81 0 0.12
HSL 271.65º 0.75% 0.52% -
HSV(B) 271.65º 0.81% 0.88% -
XYZ 24.76 12.44 71.62 -
YUV 91.45 202.8 161.2 -
System Red Green Blue C M Y K H S L
Decimal 138 42 224 0.38 0.81 0 0.12 271.65 0.75 0.52
Hex 8A 2A E0 26 51 0 C 110 4B 34
Octal 212 52 340 46 121 0 14 420 113 64
Binary 10001010 101010 11100000 100110 1010001 0 1100 100010000 1001011 110100

Color Harmonies of #8A2AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2AE0

Black with #8A2AE0

Text Example


Text Example

White with #8A2AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,42,224); }

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

background-color css

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

 a { background-color: rgb(138,42,224); }

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

border-color css

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

 span { border-color: rgb(138,42,224); }

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