Html Css Color HEX #874EE1 Blue Violet

📋 copy color: '#874EE1'

red 135 ◦ green 78 ◦ blue 225

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

Shades of Blue Violet #874EE1

Tints of Blue Violet #874EE1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.81%

 BLUE value IS 225 (88.28% from 255) = 51.37%

R = 30.82%
G = 17.81%
B = 51.37%

CMYK

 C value IS 0.4

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#874EE1 (or 0x874EE1) is known color: Blue Violet. HEX triplet: 87, 4E and E1. RGB value is (135,78,225). Sum of RGB (Red+Green+Blue) = 135+78+225=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #874EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874EE1 is #78B11E. Grayscale: #6F6F6F. Windows color (decimal): -7909663 or 14765703. OLE color: 14765703.

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

Color convert

RGB 135 78 225 -
CMYK 0.4 0.65 0 0.12
HSL 263.27º 0.71% 0.59% -
HSV(B) 263.27º 0.65% 0.88% -
XYZ 26.31 16.04 72.94 -
YUV 111.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 135 78 225 0.4 0.65 0 0.12 263.27 0.71 0.59
Hex 87 4E E1 28 41 0 C 107 47 3B
Octal 207 116 341 50 101 0 14 407 107 73
Binary 10000111 1001110 11100001 101000 1000001 0 1100 100000111 1000111 111011

Color Harmonies of #874EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874EE1

Black with #874EE1

Text Example


Text Example

White with #874EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #874EE1;
 }
 .AnyTagClassName
 {
   color: #874EE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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