Html Css Color HEX #872BE1 Blue Violet

📋 copy color: '#872BE1'

red 135 ◦ green 43 ◦ blue 225

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

Shades of Blue Violet #872BE1

Tints of Blue Violet #872BE1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.67%

 BLUE value IS 225 (88.28% from 255) = 55.83%

R = 33.5%
G = 10.67%
B = 55.83%

CMYK

 C value IS 0.4

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#872BE1 (or 0x872BE1) is known color: Blue Violet. HEX triplet: 87, 2B and E1. RGB value is (135,43,225). Sum of RGB (Red+Green+Blue) = 135+43+225=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #872BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872BE1 is #78D41E. Grayscale: #5A5A5A. Windows color (decimal): -7918623 or 14756743. OLE color: 14756743.

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

Color convert

RGB 135 43 225 -
CMYK 0.4 0.81 0 0.12
HSL 270.33º 0.75% 0.53% -
HSV(B) 270.33º 0.81% 0.88% -
XYZ 24.45 12.31 72.32 -
YUV 91.26 203.48 159.2 -
System Red Green Blue C M Y K H S L
Decimal 135 43 225 0.4 0.81 0 0.12 270.33 0.75 0.53
Hex 87 2B E1 28 51 0 C 10E 4B 35
Octal 207 53 341 50 121 0 14 416 113 65
Binary 10000111 101011 11100001 101000 1010001 0 1100 100001110 1001011 110101

Color Harmonies of #872BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872BE1

Black with #872BE1

Text Example


Text Example

White with #872BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,43,225); }

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

background-color css

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

 a { background-color: rgb(135,43,225); }

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

border-color css

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

 span { border-color: rgb(135,43,225); }

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