Html Css Color HEX #871ACB Blue Violet

📋 copy color: '#871ACB'

red 135 ◦ green 26 ◦ blue 203

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

Shades of Blue Violet #871ACB

Tints of Blue Violet #871ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 37.09%
G = 7.14%
B = 55.77%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#871ACB (or 0x871ACB) is known color: Blue Violet. HEX triplet: 87, 1A and CB. RGB value is (135,26,203). Sum of RGB (Red+Green+Blue) = 135+26+203=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #871ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ACB is #78E534. Grayscale: #4E4E4E. Windows color (decimal): -7922997 or 13310599. OLE color: 13310599.

HSL color Cylindrical-coordinate representation of color #871ACB: hue angle of 276.95º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871ACB is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 26 203 -
CMYK 0.33 0.87 0 0.20
HSL 276.95º 0.77% 0.45% -
HSV(B) 276.95º 0.87% 0.8% -
XYZ 21.14 10.2 57.35 -
YUV 78.77 198.11 168.11 -
System Red Green Blue C M Y K H S L
Decimal 135 26 203 0.33 0.87 0 0.20 276.95 0.77 0.45
Hex 87 1A CB 21 57 0 14 115 4D 2D
Octal 207 32 313 41 127 0 24 425 115 55
Binary 10000111 11010 11001011 100001 1010111 0 10100 100010101 1001101 101101

Color Harmonies of #871ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871ACB

Black with #871ACB

Text Example


Text Example

White with #871ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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