Html Css Color HEX #874AD6 Blue Violet

📋 copy color: '#874AD6'

red 135 ◦ green 74 ◦ blue 214

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

Shades of Blue Violet #874AD6

Tints of Blue Violet #874AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.49%

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 31.91%
G = 17.49%
B = 50.59%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#874AD6 (or 0x874AD6) is known color: Blue Violet. HEX triplet: 87, 4A and D6. RGB value is (135,74,214). Sum of RGB (Red+Green+Blue) = 135+74+214=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #874AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874AD6 is #78B529. Grayscale: #6B6B6B. Windows color (decimal): -7910698 or 14043783. OLE color: 14043783.

HSL color Cylindrical-coordinate representation of color #874AD6: hue angle of 266.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874AD6 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 74 214 -
CMYK 0.37 0.65 0 0.16
HSL 266.14º 0.63% 0.56% -
HSV(B) 266.14º 0.65% 0.84% -
XYZ 24.58 14.9 65.2 -
YUV 108.2 187.71 147.12 -
System Red Green Blue C M Y K H S L
Decimal 135 74 214 0.37 0.65 0 0.16 266.14 0.63 0.56
Hex 87 4A D6 25 41 0 10 10A 3F 38
Octal 207 112 326 45 101 0 20 412 77 70
Binary 10000111 1001010 11010110 100101 1000001 0 10000 100001010 111111 111000

Color Harmonies of #874AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874AD6

Black with #874AD6

Text Example


Text Example

White with #874AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,74,214); }

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

background-color css

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

 a { background-color: rgb(135,74,214); }

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

border-color css

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

 span { border-color: rgb(135,74,214); }

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