Html Css Color HEX #871ADD Blue Violet

📋 copy color: '#871ADD'

red 135 ◦ green 26 ◦ blue 221

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

Shades of Blue Violet #871ADD

Tints of Blue Violet #871ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.81%

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 35.34%
G = 6.81%
B = 57.85%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#871ADD (or 0x871ADD) is known color: Blue Violet. HEX triplet: 87, 1A and DD. RGB value is (135,26,221). Sum of RGB (Red+Green+Blue) = 135+26+221=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #871ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ADD is #78E522. Grayscale: #505050. Windows color (decimal): -7922979 or 14490247. OLE color: 14490247.

HSL color Cylindrical-coordinate representation of color #871ADD: hue angle of 273.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871ADD is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 26 221 -
CMYK 0.39 0.88 0 0.13
HSL 273.54º 0.79% 0.48% -
HSV(B) 273.54º 0.88% 0.87% -
XYZ 23.41 11.11 69.32 -
YUV 80.82 207.11 166.64 -
System Red Green Blue C M Y K H S L
Decimal 135 26 221 0.39 0.88 0 0.13 273.54 0.79 0.48
Hex 87 1A DD 27 58 0 D 112 4F 30
Octal 207 32 335 47 130 0 15 422 117 60
Binary 10000111 11010 11011101 100111 1011000 0 1101 100010010 1001111 110000

Color Harmonies of #871ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871ADD

Black with #871ADD

Text Example


Text Example

White with #871ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,26,221); }

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

background-color css

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

 a { background-color: rgb(135,26,221); }

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

border-color css

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

 span { border-color: rgb(135,26,221); }

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