Html Css Color HEX #871EFB Blue Violet

📋 copy color: '#871EFB'

red 135 ◦ green 30 ◦ blue 251

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

Shades of Blue Violet #871EFB

Tints of Blue Violet #871EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.34%

R = 32.45%
G = 7.21%
B = 60.34%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#871EFB (or 0x871EFB) is known color: Blue Violet. HEX triplet: 87, 1E and FB. RGB value is (135,30,251). Sum of RGB (Red+Green+Blue) = 135+30+251=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #871EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871EFB is #78E104. Grayscale: #555555. Windows color (decimal): -7921925 or 16457351. OLE color: 16457351.

HSL color Cylindrical-coordinate representation of color #871EFB: hue angle of 268.51º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871EFB is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 30 251 -
CMYK 0.46 0.88 0 0.02
HSL 268.51º 0.97% 0.55% -
HSV(B) 268.51º 0.88% 0.98% -
XYZ 27.87 13.04 92.32 -
YUV 86.59 220.79 162.53 -
System Red Green Blue C M Y K H S L
Decimal 135 30 251 0.46 0.88 0 0.02 268.51 0.97 0.55
Hex 87 1E FB 2E 58 0 2 10D 61 37
Octal 207 36 373 56 130 0 2 415 141 67
Binary 10000111 11110 11111011 101110 1011000 0 10 100001101 1100001 110111

Color Harmonies of #871EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EFB

Black with #871EFB

Text Example


Text Example

White with #871EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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