Html Css Color HEX #871EFF Blue Violet

📋 copy color: '#871EFF'

red 135 ◦ green 30 ◦ blue 255

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

Shades of Blue Violet #871EFF

Tints of Blue Violet #871EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.71%

R = 32.14%
G = 7.14%
B = 60.71%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#871EFF (or 0x871EFF) is known color: Blue Violet. HEX triplet: 87, 1E and FF. RGB value is (135,30,255). Sum of RGB (Red+Green+Blue) = 135+30+255=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #871EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871EFF is #78E100. Grayscale: #565656. Windows color (decimal): -7921921 or 16719495. OLE color: 16719495.

HSL color Cylindrical-coordinate representation of color #871EFF: hue angle of 268º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871EFF is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 30 255 -
CMYK 0.47 0.88 0 0
HSL 268º 1% 0.56% -
HSV(B) 268º 0.88% 1% -
XYZ 28.51 13.3 95.67 -
YUV 87.05 222.79 162.2 -
System Red Green Blue C M Y K H S L
Decimal 135 30 255 0.47 0.88 0 0 268 1 0.56
Hex 87 1E FF 2F 58 0 0 10C 64 38
Octal 207 36 377 57 130 0 0 414 144 70
Binary 10000111 11110 11111111 101111 1011000 0 0 100001100 1100100 111000

Color Harmonies of #871EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EFF

Black with #871EFF

Text Example


Text Example

White with #871EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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