Html Css Color HEX #874AF0 Blue Violet

📋 copy color: '#874AF0'

red 135 ◦ green 74 ◦ blue 240

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

Shades of Blue Violet #874AF0

Tints of Blue Violet #874AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.45%

R = 30.07%
G = 16.48%
B = 53.45%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#874AF0 (or 0x874AF0) is known color: Blue Violet. HEX triplet: 87, 4A and F0. RGB value is (135,74,240). Sum of RGB (Red+Green+Blue) = 135+74+240=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #874AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874AF0 is #78B50F. Grayscale: #6E6E6E. Windows color (decimal): -7910672 or 15747719. OLE color: 15747719.

HSL color Cylindrical-coordinate representation of color #874AF0: hue angle of 262.05º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #874AF0 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 74 240 -
CMYK 0.44 0.69 0 0.06
HSL 262.05º 0.85% 0.62% -
HSV(B) 262.05º 0.69% 0.94% -
XYZ 28.17 16.34 84.11 -
YUV 111.16 200.71 145 -
System Red Green Blue C M Y K H S L
Decimal 135 74 240 0.44 0.69 0 0.06 262.05 0.85 0.62
Hex 87 4A F0 2C 45 0 6 106 55 3E
Octal 207 112 360 54 105 0 6 406 125 76
Binary 10000111 1001010 11110000 101100 1000101 0 110 100000110 1010101 111110

Color Harmonies of #874AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874AF0

Black with #874AF0

Text Example


Text Example

White with #874AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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