Html Css Color HEX #8C5CBB Deep Lilac

📋 copy color: '#8C5CBB'

red 140 ◦ green 92 ◦ blue 187

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

Shades of Deep Lilac #8C5CBB

Tints of Deep Lilac #8C5CBB

RGB

 RED value IS 140 (55.08% from 255) = 33.41%

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 33.41%
G = 21.96%
B = 44.63%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C5CBB (or 0x8C5CBB) is known color: Deep Lilac. HEX triplet: 8C, 5C and BB. RGB value is (140,92,187). Sum of RGB (Red+Green+Blue) = 140+92+187=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C5CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5CBB is #73A344. Grayscale: #747474. Windows color (decimal): -7578437 or 12278924. OLE color: 12278924.

HSL color Cylindrical-coordinate representation of color #8C5CBB: hue angle of 270.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C5CBB is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 92 187 -
CMYK 0.25 0.51 0 0.27
HSL 270.32º 0.41% 0.55% -
HSV(B) 270.32º 0.51% 0.73% -
XYZ 23.61 16.82 49.02 -
YUV 117.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 140 92 187 0.25 0.51 0 0.27 270.32 0.41 0.55
Hex 8C 5C BB 19 33 0 1B 10E 29 37
Octal 214 134 273 31 63 0 33 416 51 67
Binary 10001100 1011100 10111011 11001 110011 0 11011 100001110 101001 110111

Color Harmonies of #8C5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5CBB

Black with #8C5CBB

Text Example


Text Example

White with #8C5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C5CBB; }

 p { color: rgb(140,92,187); }

 H1.HeaderClassName
 {
   color: #8C5CBB;
 }
 .AnyTagClassName
 {
   color: #8C5CBB;
 }
</style>

background-color css

<style>
 a { background-color: #8C5CBB; }

 a { background-color: rgb(140,92,187); }

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

border-color css

<style>
 span { border-color: #8C5CBB; }

 span { border-color: rgb(140,92,187); }

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