Html Css Color HEX #871EEB Blue Violet

📋 copy color: '#871EEB'

red 135 ◦ green 30 ◦ blue 235

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

Shades of Blue Violet #871EEB

Tints of Blue Violet #871EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.75%

R = 33.75%
G = 7.5%
B = 58.75%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#871EEB (or 0x871EEB) is known color: Blue Violet. HEX triplet: 87, 1E and EB. RGB value is (135,30,235). Sum of RGB (Red+Green+Blue) = 135+30+235=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #871EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871EEB is #78E114. Grayscale: #545454. Windows color (decimal): -7921941 or 15408775. OLE color: 15408775.

HSL color Cylindrical-coordinate representation of color #871EEB: hue angle of 270.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871EEB is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 30 235 -
CMYK 0.43 0.87 0 0.08
HSL 270.73º 0.84% 0.52% -
HSV(B) 270.73º 0.87% 0.92% -
XYZ 25.45 12.08 79.59 -
YUV 84.77 212.79 163.83 -
System Red Green Blue C M Y K H S L
Decimal 135 30 235 0.43 0.87 0 0.08 270.73 0.84 0.52
Hex 87 1E EB 2B 57 0 8 10F 54 34
Octal 207 36 353 53 127 0 10 417 124 64
Binary 10000111 11110 11101011 101011 1010111 0 1000 100001111 1010100 110100

Color Harmonies of #871EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EEB

Black with #871EEB

Text Example


Text Example

White with #871EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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