Html Css Color HEX #874DBA Deep Lilac

📋 copy color: '#874DBA'

red 135 ◦ green 77 ◦ blue 186

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

Shades of Deep Lilac #874DBA

Tints of Deep Lilac #874DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.35%

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 33.92%
G = 19.35%
B = 46.73%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#874DBA (or 0x874DBA) is known color: Deep Lilac. HEX triplet: 87, 4D and BA. RGB value is (135,77,186). Sum of RGB (Red+Green+Blue) = 135+77+186=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #874DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DBA is #78B245. Grayscale: #6A6A6A. Windows color (decimal): -7909958 or 12209543. OLE color: 12209543.

HSL color Cylindrical-coordinate representation of color #874DBA: hue angle of 271.93º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #874DBA is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 77 186 -
CMYK 0.27 0.59 0 0.27
HSL 271.93º 0.44% 0.52% -
HSV(B) 271.93º 0.59% 0.73% -
XYZ 21.51 14 48.02 -
YUV 106.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 135 77 186 0.27 0.59 0 0.27 271.93 0.44 0.52
Hex 87 4D BA 1B 3B 0 1B 110 2C 34
Octal 207 115 272 33 73 0 33 420 54 64
Binary 10000111 1001101 10111010 11011 111011 0 11011 100010000 101100 110100

Color Harmonies of #874DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874DBA

Black with #874DBA

Text Example


Text Example

White with #874DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,77,186); }

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

background-color css

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

 a { background-color: rgb(135,77,186); }

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

border-color css

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

 span { border-color: rgb(135,77,186); }

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