Html Css Color HEX #871EDA Blue Violet

📋 copy color: '#871EDA'

red 135 ◦ green 30 ◦ blue 218

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

Shades of Blue Violet #871EDA

Tints of Blue Violet #871EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.92%

R = 35.25%
G = 7.83%
B = 56.92%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#871EDA (or 0x871EDA) is known color: Blue Violet. HEX triplet: 87, 1E and DA. RGB value is (135,30,218). Sum of RGB (Red+Green+Blue) = 135+30+218=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #871EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871EDA is #78E125. Grayscale: #525252. Windows color (decimal): -7921958 or 14294663. OLE color: 14294663.

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

Color convert

RGB 135 30 218 -
CMYK 0.38 0.86 0 0.15
HSL 273.51º 0.76% 0.49% -
HSV(B) 273.51º 0.86% 0.85% -
XYZ 23.11 11.14 67.26 -
YUV 82.83 204.29 165.21 -
System Red Green Blue C M Y K H S L
Decimal 135 30 218 0.38 0.86 0 0.15 273.51 0.76 0.49
Hex 87 1E DA 26 56 0 F 112 4C 31
Octal 207 36 332 46 126 0 17 422 114 61
Binary 10000111 11110 11011010 100110 1010110 0 1111 100010010 1001100 110001

Color Harmonies of #871EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EDA

Black with #871EDA

Text Example


Text Example

White with #871EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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