Html Css Color HEX #874BCD Deep Lilac

📋 copy color: '#874BCD'

red 135 ◦ green 75 ◦ blue 205

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

Shades of Deep Lilac #874BCD

Tints of Deep Lilac #874BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.07%

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 32.53%
G = 18.07%
B = 49.4%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#874BCD (or 0x874BCD) is known color: Deep Lilac. HEX triplet: 87, 4B and CD. RGB value is (135,75,205). Sum of RGB (Red+Green+Blue) = 135+75+205=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #874BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BCD is #78B432. Grayscale: #6B6B6B. Windows color (decimal): -7910451 or 13454215. OLE color: 13454215.

HSL color Cylindrical-coordinate representation of color #874BCD: hue angle of 267.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #874BCD is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 75 205 -
CMYK 0.34 0.63 0 0.20
HSL 267.69º 0.57% 0.55% -
HSV(B) 267.69º 0.63% 0.8% -
XYZ 23.53 14.59 59.33 -
YUV 107.76 182.88 147.43 -
System Red Green Blue C M Y K H S L
Decimal 135 75 205 0.34 0.63 0 0.20 267.69 0.57 0.55
Hex 87 4B CD 22 3F 0 14 10C 39 37
Octal 207 113 315 42 77 0 24 414 71 67
Binary 10000111 1001011 11001101 100010 111111 0 10100 100001100 111001 110111

Color Harmonies of #874BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874BCD

Black with #874BCD

Text Example


Text Example

White with #874BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,75,205); }

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

background-color css

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

 a { background-color: rgb(135,75,205); }

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

border-color css

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

 span { border-color: rgb(135,75,205); }

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