Html Css Color HEX #8C5FB3 Deep Lilac

📋 copy color: '#8C5FB3'

red 140 ◦ green 95 ◦ blue 179

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

Shades of Deep Lilac #8C5FB3

Tints of Deep Lilac #8C5FB3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.95%

 BLUE value IS 179 (70.31% from 255) = 43.24%

R = 33.82%
G = 22.95%
B = 43.24%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8C5FB3 (or 0x8C5FB3) is known color: Deep Lilac. HEX triplet: 8C, 5F and B3. RGB value is (140,95,179). Sum of RGB (Red+Green+Blue) = 140+95+179=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C5FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FB3 is #73A04C. Grayscale: #757575. Windows color (decimal): -7577677 or 11755404. OLE color: 11755404.

HSL color Cylindrical-coordinate representation of color #8C5FB3: hue angle of 272.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C5FB3 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 95 179 -
CMYK 0.22 0.47 0 0.30
HSL 272.14º 0.36% 0.54% -
HSV(B) 272.14º 0.47% 0.7% -
XYZ 23.04 17.01 44.72 -
YUV 118.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 140 95 179 0.22 0.47 0 0.30 272.14 0.36 0.54
Hex 8C 5F B3 16 2F 0 1E 110 24 36
Octal 214 137 263 26 57 0 36 420 44 66
Binary 10001100 1011111 10110011 10110 101111 0 11110 100010000 100100 110110

Color Harmonies of #8C5FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FB3

Black with #8C5FB3

Text Example


Text Example

White with #8C5FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,95,179); }

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

background-color css

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

 a { background-color: rgb(140,95,179); }

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

border-color css

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

 span { border-color: rgb(140,95,179); }

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