Html Css Color HEX #8C58B1 Deep Lilac

📋 copy color: '#8C58B1'

red 140 ◦ green 88 ◦ blue 177

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

Shades of Deep Lilac #8C58B1

Tints of Deep Lilac #8C58B1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.73%

 BLUE value IS 177 (69.53% from 255) = 43.7%

R = 34.57%
G = 21.73%
B = 43.7%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8C58B1 (or 0x8C58B1) is known color: Deep Lilac. HEX triplet: 8C, 58 and B1. RGB value is (140,88,177). Sum of RGB (Red+Green+Blue) = 140+88+177=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 177 - color contains mainly: blue. Hex color #8C58B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C58B1 is #73A74E. Grayscale: #717171. Windows color (decimal): -7579471 or 11622540. OLE color: 11622540.

HSL color Cylindrical-coordinate representation of color #8C58B1: hue angle of 275.06º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C58B1 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 88 177 -
CMYK 0.21 0.50 0 0.31
HSL 275.06º 0.36% 0.52% -
HSV(B) 275.06º 0.5% 0.69% -
XYZ 22.24 15.73 43.46 -
YUV 113.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 140 88 177 0.21 0.50 0 0.31 275.06 0.36 0.52
Hex 8C 58 B1 15 32 0 1F 113 24 34
Octal 214 130 261 25 62 0 37 423 44 64
Binary 10001100 1011000 10110001 10101 110010 0 11111 100010011 100100 110100

Color Harmonies of #8C58B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C58B1

Black with #8C58B1

Text Example


Text Example

White with #8C58B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,88,177); }

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

background-color css

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

 a { background-color: rgb(140,88,177); }

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

border-color css

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

 span { border-color: rgb(140,88,177); }

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