Html Css Color HEX #871ADF Blue Violet

📋 copy color: '#871ADF'

red 135 ◦ green 26 ◦ blue 223

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

Shades of Blue Violet #871ADF

Tints of Blue Violet #871ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 35.16%
G = 6.77%
B = 58.07%

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

#871ADF (or 0x871ADF) is known color: Blue Violet. HEX triplet: 87, 1A and DF. RGB value is (135,26,223). Sum of RGB (Red+Green+Blue) = 135+26+223=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #871ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ADF is #78E520. Grayscale: #505050. Windows color (decimal): -7922977 or 14621319. OLE color: 14621319.

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

Color convert

RGB 135 26 223 -
CMYK 0.39 0.88 0 0.13
HSL 273.2º 0.79% 0.49% -
HSV(B) 273.2º 0.88% 0.87% -
XYZ 23.68 11.22 70.73 -
YUV 81.05 208.11 166.48 -
System Red Green Blue C M Y K H S L
Decimal 135 26 223 0.39 0.88 0 0.13 273.2 0.79 0.49
Hex 87 1A DF 27 58 0 D 111 4F 31
Octal 207 32 337 47 130 0 15 421 117 61
Binary 10000111 11010 11011111 100111 1011000 0 1101 100010001 1001111 110001

Color Harmonies of #871ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871ADF

Black with #871ADF

Text Example


Text Example

White with #871ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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