Html Css Color HEX #872AE0 Blue Violet

📋 copy color: '#872AE0'

red 135 ◦ green 42 ◦ blue 224

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

Shades of Blue Violet #872AE0

Tints of Blue Violet #872AE0

RGB

 RED value IS 135 (53.13% from 255) = 33.67%

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

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

R = 33.67%
G = 10.47%
B = 55.86%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#872AE0 (or 0x872AE0) is known color: Blue Violet. HEX triplet: 87, 2A and E0. RGB value is (135,42,224). Sum of RGB (Red+Green+Blue) = 135+42+224=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #872AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872AE0 is #78D51F. Grayscale: #595959. Windows color (decimal): -7918880 or 14690951. OLE color: 14690951.

HSL color Cylindrical-coordinate representation of color #872AE0: hue angle of 270.66º 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 #872AE0 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 42 224 -
CMYK 0.40 0.81 0 0.12
HSL 270.66º 0.75% 0.52% -
HSV(B) 270.66º 0.81% 0.88% -
XYZ 24.27 12.19 71.59 -
YUV 90.56 203.31 159.7 -
System Red Green Blue C M Y K H S L
Decimal 135 42 224 0.40 0.81 0 0.12 270.66 0.75 0.52
Hex 87 2A E0 28 51 0 C 10F 4B 34
Octal 207 52 340 50 121 0 14 417 113 64
Binary 10000111 101010 11100000 101000 1010001 0 1100 100001111 1001011 110100

Color Harmonies of #872AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872AE0

Black with #872AE0

Text Example


Text Example

White with #872AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872AE0; }

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

 H1.HeaderClassName
 {
   color: #872AE0;
 }
 .AnyTagClassName
 {
   color: #872AE0;
 }
</style>

background-color css

<style>
 a { background-color: #872AE0; }

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

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

border-color css

<style>
 span { border-color: #872AE0; }

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

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