Html Css Color HEX #874ADA Blue Violet

📋 copy color: '#874ADA'

red 135 ◦ green 74 ◦ blue 218

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

Shades of Blue Violet #874ADA

Tints of Blue Violet #874ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 31.62%
G = 17.33%
B = 51.05%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#874ADA (or 0x874ADA) is known color: Blue Violet. HEX triplet: 87, 4A and DA. RGB value is (135,74,218). Sum of RGB (Red+Green+Blue) = 135+74+218=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #874ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ADA is #78B525. Grayscale: #6C6C6C. Windows color (decimal): -7910694 or 14305927. OLE color: 14305927.

HSL color Cylindrical-coordinate representation of color #874ADA: hue angle of 265.42º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874ADA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 74 218 -
CMYK 0.38 0.66 0 0.15
HSL 265.42º 0.66% 0.57% -
HSV(B) 265.42º 0.66% 0.85% -
XYZ 25.1 15.11 67.92 -
YUV 108.66 189.71 146.79 -
System Red Green Blue C M Y K H S L
Decimal 135 74 218 0.38 0.66 0 0.15 265.42 0.66 0.57
Hex 87 4A DA 26 42 0 F 109 42 39
Octal 207 112 332 46 102 0 17 411 102 71
Binary 10000111 1001010 11011010 100110 1000010 0 1111 100001001 1000010 111001

Color Harmonies of #874ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874ADA

Black with #874ADA

Text Example


Text Example

White with #874ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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