Html Css Color HEX #871EDF Blue Violet

📋 copy color: '#871EDF'

red 135 ◦ green 30 ◦ blue 223

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

Shades of Blue Violet #871EDF

Tints of Blue Violet #871EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.73%

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 34.79%
G = 7.73%
B = 57.47%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#871EDF (or 0x871EDF) is known color: Blue Violet. HEX triplet: 87, 1E and DF. RGB value is (135,30,223). Sum of RGB (Red+Green+Blue) = 135+30+223=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #871EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871EDF is #78E120. Grayscale: #525252. Windows color (decimal): -7921953 or 14622343. OLE color: 14622343.

HSL color Cylindrical-coordinate representation of color #871EDF: hue angle of 272.64º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871EDF is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 30 223 -
CMYK 0.39 0.87 0 0.13
HSL 272.64º 0.76% 0.5% -
HSV(B) 272.64º 0.87% 0.87% -
XYZ 23.78 11.41 70.76 -
YUV 83.4 206.79 164.81 -
System Red Green Blue C M Y K H S L
Decimal 135 30 223 0.39 0.87 0 0.13 272.64 0.76 0.5
Hex 87 1E DF 27 57 0 D 111 4C 32
Octal 207 36 337 47 127 0 15 421 114 62
Binary 10000111 11110 11011111 100111 1010111 0 1101 100010001 1001100 110010

Color Harmonies of #871EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EDF

Black with #871EDF

Text Example


Text Example

White with #871EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871EDF; }

 p { color: rgb(135,30,223); }

 H1.HeaderClassName
 {
   color: #871EDF;
 }
 .AnyTagClassName
 {
   color: #871EDF;
 }
</style>

background-color css

<style>
 a { background-color: #871EDF; }

 a { background-color: rgb(135,30,223); }

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

border-color css

<style>
 span { border-color: #871EDF; }

 span { border-color: rgb(135,30,223); }

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