Html Css Color HEX #874CBC Deep Lilac

📋 copy color: '#874CBC'

red 135 ◦ green 76 ◦ blue 188

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

Shades of Deep Lilac #874CBC

Tints of Deep Lilac #874CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.05%

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 33.83%
G = 19.05%
B = 47.12%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#874CBC (or 0x874CBC) is known color: Deep Lilac. HEX triplet: 87, 4C and BC. RGB value is (135,76,188). Sum of RGB (Red+Green+Blue) = 135+76+188=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #874CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CBC is #78B343. Grayscale: #6A6A6A. Windows color (decimal): -7910212 or 12340359. OLE color: 12340359.

HSL color Cylindrical-coordinate representation of color #874CBC: hue angle of 271.61º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874CBC is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 76 188 -
CMYK 0.28 0.60 0 0.26
HSL 271.61º 0.46% 0.52% -
HSV(B) 271.61º 0.6% 0.74% -
XYZ 21.65 13.95 49.13 -
YUV 106.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 135 76 188 0.28 0.60 0 0.26 271.61 0.46 0.52
Hex 87 4C BC 1C 3C 0 1A 110 2E 34
Octal 207 114 274 34 74 0 32 420 56 64
Binary 10000111 1001100 10111100 11100 111100 0 11010 100010000 101110 110100

Color Harmonies of #874CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CBC

Black with #874CBC

Text Example


Text Example

White with #874CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,76,188); }

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

background-color css

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

 a { background-color: rgb(135,76,188); }

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

border-color css

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

 span { border-color: rgb(135,76,188); }

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