Html Css Color HEX #871DFB Blue Violet

📋 copy color: '#871DFB'

red 135 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #871DFB

Tints of Blue Violet #871DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.99%

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

R = 32.53%
G = 6.99%
B = 60.48%

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

#871DFB (or 0x871DFB) is known color: Blue Violet. HEX triplet: 87, 1D and FB. RGB value is (135,29,251). Sum of RGB (Red+Green+Blue) = 135+29+251=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #871DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871DFB is #78E204. Grayscale: #555555. Windows color (decimal): -7922181 or 16457095. OLE color: 16457095.

HSL color Cylindrical-coordinate representation of color #871DFB: hue angle of 268.65º 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 #871DFB is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 29 251 -
CMYK 0.46 0.88 0 0.02
HSL 268.65º 0.97% 0.55% -
HSV(B) 268.65º 0.88% 0.98% -
XYZ 27.84 12.99 92.31 -
YUV 86 221.12 162.95 -
System Red Green Blue C M Y K H S L
Decimal 135 29 251 0.46 0.88 0 0.02 268.65 0.97 0.55
Hex 87 1D FB 2E 58 0 2 10D 61 37
Octal 207 35 373 56 130 0 2 415 141 67
Binary 10000111 11101 11111011 101110 1011000 0 10 100001101 1100001 110111

Color Harmonies of #871DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DFB

Black with #871DFB

Text Example


Text Example

White with #871DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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