Html Css Color HEX #872EDB Blue Violet

📋 copy color: '#872EDB'

red 135 ◦ green 46 ◦ blue 219

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

Shades of Blue Violet #872EDB

Tints of Blue Violet #872EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.5%

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 33.75%
G = 11.5%
B = 54.75%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#872EDB (or 0x872EDB) is known color: Blue Violet. HEX triplet: 87, 2E and DB. RGB value is (135,46,219). Sum of RGB (Red+Green+Blue) = 135+46+219=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #872EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872EDB is #78D124. Grayscale: #5B5B5B. Windows color (decimal): -7917861 or 14364295. OLE color: 14364295.

HSL color Cylindrical-coordinate representation of color #872EDB: hue angle of 270.87º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #872EDB is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 46 219 -
CMYK 0.38 0.79 0 0.14
HSL 270.87º 0.71% 0.52% -
HSV(B) 270.87º 0.79% 0.86% -
XYZ 23.75 12.22 68.12 -
YUV 92.33 199.49 158.43 -
System Red Green Blue C M Y K H S L
Decimal 135 46 219 0.38 0.79 0 0.14 270.87 0.71 0.52
Hex 87 2E DB 26 4F 0 E 10F 47 34
Octal 207 56 333 46 117 0 16 417 107 64
Binary 10000111 101110 11011011 100110 1001111 0 1110 100001111 1000111 110100

Color Harmonies of #872EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872EDB

Black with #872EDB

Text Example


Text Example

White with #872EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,46,219); }

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

background-color css

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

 a { background-color: rgb(135,46,219); }

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

border-color css

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

 span { border-color: rgb(135,46,219); }

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