Html Css Color HEX #874BC2 Deep Lilac

📋 copy color: '#874BC2'

red 135 ◦ green 75 ◦ blue 194

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

Shades of Deep Lilac #874BC2

Tints of Deep Lilac #874BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.02%

R = 33.42%
G = 18.56%
B = 48.02%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#874BC2 (or 0x874BC2) is known color: Deep Lilac. HEX triplet: 87, 4B and C2. RGB value is (135,75,194). Sum of RGB (Red+Green+Blue) = 135+75+194=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #874BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BC2 is #78B43D. Grayscale: #6A6A6A. Windows color (decimal): -7910462 or 12733319. OLE color: 12733319.

HSL color Cylindrical-coordinate representation of color #874BC2: hue angle of 270.25º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #874BC2 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 75 194 -
CMYK 0.30 0.61 0 0.24
HSL 270.25º 0.49% 0.53% -
HSV(B) 270.25º 0.61% 0.76% -
XYZ 22.25 14.08 52.58 -
YUV 106.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 135 75 194 0.30 0.61 0 0.24 270.25 0.49 0.53
Hex 87 4B C2 1E 3D 0 18 10E 31 35
Octal 207 113 302 36 75 0 30 416 61 65
Binary 10000111 1001011 11000010 11110 111101 0 11000 100001110 110001 110101

Color Harmonies of #874BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874BC2

Black with #874BC2

Text Example


Text Example

White with #874BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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