Html Css Color HEX #874ADC Blue Violet

📋 copy color: '#874ADC'

red 135 ◦ green 74 ◦ blue 220

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

Shades of Blue Violet #874ADC

Tints of Blue Violet #874ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 31.47%
G = 17.25%
B = 51.28%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#874ADC (or 0x874ADC) is known color: Blue Violet. HEX triplet: 87, 4A and DC. RGB value is (135,74,220). Sum of RGB (Red+Green+Blue) = 135+74+220=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #874ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ADC is #78B523. Grayscale: #6C6C6C. Windows color (decimal): -7910692 or 14436999. OLE color: 14436999.

HSL color Cylindrical-coordinate representation of color #874ADC: hue angle of 265.07º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874ADC is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 74 220 -
CMYK 0.39 0.66 0 0.14
HSL 265.07º 0.68% 0.58% -
HSV(B) 265.07º 0.66% 0.86% -
XYZ 25.36 15.22 69.31 -
YUV 108.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 135 74 220 0.39 0.66 0 0.14 265.07 0.68 0.58
Hex 87 4A DC 27 42 0 E 109 44 3A
Octal 207 112 334 47 102 0 16 411 104 72
Binary 10000111 1001010 11011100 100111 1000010 0 1110 100001001 1000100 111010

Color Harmonies of #874ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874ADC

Black with #874ADC

Text Example


Text Example

White with #874ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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