Html Css Color HEX #871EDD Blue Violet

📋 copy color: '#871EDD'

red 135 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #871EDD

Tints of Blue Violet #871EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 34.97%
G = 7.77%
B = 57.25%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#871EDD (or 0x871EDD) is known color: Blue Violet. HEX triplet: 87, 1E and DD. RGB value is (135,30,221). Sum of RGB (Red+Green+Blue) = 135+30+221=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #871EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871EDD is #78E122. Grayscale: #525252. Windows color (decimal): -7921955 or 14491271. OLE color: 14491271.

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

Color convert

RGB 135 30 221 -
CMYK 0.39 0.86 0 0.13
HSL 272.98º 0.76% 0.49% -
HSV(B) 272.98º 0.86% 0.87% -
XYZ 23.51 11.3 69.35 -
YUV 83.17 205.79 164.97 -
System Red Green Blue C M Y K H S L
Decimal 135 30 221 0.39 0.86 0 0.13 272.98 0.76 0.49
Hex 87 1E DD 27 56 0 D 111 4C 31
Octal 207 36 335 47 126 0 15 421 114 61
Binary 10000111 11110 11011101 100111 1010110 0 1101 100010001 1001100 110001

Color Harmonies of #871EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EDD

Black with #871EDD

Text Example


Text Example

White with #871EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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