Html Css Color HEX #875CBC Lilac Bush

📋 copy color: '#875CBC'

red 135 ◦ green 92 ◦ blue 188

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

Shades of Lilac Bush #875CBC

Tints of Lilac Bush #875CBC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.17%

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

R = 32.53%
G = 22.17%
B = 45.3%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#875CBC (or 0x875CBC) is known color: Lilac Bush. HEX triplet: 87, 5C and BC. RGB value is (135,92,188). Sum of RGB (Red+Green+Blue) = 135+92+188=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #875CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CBC is #78A343. Grayscale: #737373. Windows color (decimal): -7906116 or 12344455. OLE color: 12344455.

HSL color Cylindrical-coordinate representation of color #875CBC: hue angle of 266.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875CBC is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 92 188 -
CMYK 0.28 0.51 0 0.26
HSL 266.88º 0.42% 0.55% -
HSV(B) 266.88º 0.51% 0.74% -
XYZ 22.9 16.44 49.54 -
YUV 115.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 135 92 188 0.28 0.51 0 0.26 266.88 0.42 0.55
Hex 87 5C BC 1C 33 0 1A 10B 2A 37
Octal 207 134 274 34 63 0 32 413 52 67
Binary 10000111 1011100 10111100 11100 110011 0 11010 100001011 101010 110111

Color Harmonies of #875CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CBC

Black with #875CBC

Text Example


Text Example

White with #875CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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