#874BE1

Color #874BE1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #874BE1

Tints of Blue Violet #874BE1

Color information

#874BE1 (or 0x874BE1) is unknown color: approx Blue Violet. HEX triplet: 87, 4B and E1. RGB value is (135,75,225). Sum of RGB (Red+Green+Blue) = 135+75+225=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #874BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BE1 is #78B41E. Grayscale: #6D6D6D. Windows color (decimal): -7910431 or 14764935. OLE color: 14764935.

HSL color Cylindrical-coordinate representation of color #874BE1: hue angle of 264º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #874BE1 is Cyan = 0.4, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13575225-
CMYK0.40.6700.12
HSL264º71.43%58.82%-
HSV(B)264º66.67%88.24%-
XYZ26.115.6272.87-
YUV110.04192.88145.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.03%
GREEN value IS 75 (29.69% from 255) = 17.24%
BLUE value IS 225 (88.28% from 255) = 51.72%
R=31.03%
G=17.24%
B=51.72%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal135752250.40.6700.1226471.4358.82
Hex874BE128430C108473b
Octal2071133415010301441010773
Binary100001111001011111000011010001000011011001000010001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874BE1; }

 p { color: rgb(135,75,225); }

 H1.HeaderClassName
 {
   color: #874BE1;
 }
 .AnyTagClassName
 {
   color: #874BE1;
 }
</style>
background-color css

<style>
 a { background-color: #874BE1; }

 a { background-color: rgb(135,75,225); }

 div.DivClassName
 {
   background-color: #874BE1;
 }
 .BgClassName
 {
   background-color: #874BE1;
 }
</style>
border-color css

<style>
 span { border-color: #874BE1; }

 span { border-color: rgb(135,75,225); }

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