Html Css Color HEX #871CEF Blue Violet

📋 copy color: '#871CEF'

red 135 ◦ green 28 ◦ blue 239

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

Shades of Blue Violet #871CEF

Tints of Blue Violet #871CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.97%

 BLUE value IS 239 (93.75% from 255) = 59.45%

R = 33.58%
G = 6.97%
B = 59.45%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#871CEF (or 0x871CEF) is known color: Blue Violet. HEX triplet: 87, 1C and EF. RGB value is (135,28,239). Sum of RGB (Red+Green+Blue) = 135+28+239=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #871CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871CEF is #78E310. Grayscale: #535353. Windows color (decimal): -7922449 or 15670407. OLE color: 15670407.

HSL color Cylindrical-coordinate representation of color #871CEF: hue angle of 270.43º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871CEF is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 28 239 -
CMYK 0.44 0.88 0 0.06
HSL 270.43º 0.87% 0.52% -
HSV(B) 270.43º 0.88% 0.94% -
XYZ 25.99 12.21 82.65 -
YUV 84.05 215.45 164.34 -
System Red Green Blue C M Y K H S L
Decimal 135 28 239 0.44 0.88 0 0.06 270.43 0.87 0.52
Hex 87 1C EF 2C 58 0 6 10E 57 34
Octal 207 34 357 54 130 0 6 416 127 64
Binary 10000111 11100 11101111 101100 1011000 0 110 100001110 1010111 110100

Color Harmonies of #871CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871CEF

Black with #871CEF

Text Example


Text Example

White with #871CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,28,239); }

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

background-color css

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

 a { background-color: rgb(135,28,239); }

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

border-color css

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

 span { border-color: rgb(135,28,239); }

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