#874BEA

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

Shades of Blue Violet #874BEA

Tints of Blue Violet #874BEA

Color information

#874BEA (or 0x874BEA) is unknown color: approx Blue Violet. HEX triplet: 87, 4B and EA. RGB value is (135,75,234). Sum of RGB (Red+Green+Blue) = 135+75+234=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #874BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874BEA is #78B415. Grayscale: #6E6E6E. Windows color (decimal): -7910422 or 15354759. OLE color: 15354759.

HSL color Cylindrical-coordinate representation of color #874BEA: hue angle of 262.64º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #874BEA is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13575234-
CMYK0.420.6800.08
HSL262.64º79.1%60.59%-
HSV(B)262.64º67.95%91.76%-
XYZ27.3616.1279.51-
YUV111.07197.38145.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.41%
GREEN value IS 75 (29.69% from 255) = 16.89%
BLUE value IS 234 (91.80% from 255) = 52.70%
R=30.41%
G=16.89%
B=52.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal135752340.420.6800.08262.6479.160.59
Hex874BEA2A44081074f3d
Octal2071133525210401040711775
Binary100001111001011111010101010101000100010001000001111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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