Html Css Color HEX #8C58BC Deep Lilac

📋 copy color: '#8C58BC'

red 140 ◦ green 88 ◦ blue 188

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

Shades of Deep Lilac #8C58BC

Tints of Deep Lilac #8C58BC

RGB

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

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

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

R = 33.65%
G = 21.15%
B = 45.19%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C58BC (or 0x8C58BC) is known color: Deep Lilac. HEX triplet: 8C, 58 and BC. RGB value is (140,88,188). Sum of RGB (Red+Green+Blue) = 140+88+188=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C58BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C58BC is #73A743. Grayscale: #727272. Windows color (decimal): -7579460 or 12343436. OLE color: 12343436.

HSL color Cylindrical-coordinate representation of color #8C58BC: hue angle of 271.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C58BC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 88 188 -
CMYK 0.26 0.53 0 0.26
HSL 271.2º 0.43% 0.54% -
HSV(B) 271.2º 0.53% 0.74% -
XYZ 23.38 16.19 49.47 -
YUV 114.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 140 88 188 0.26 0.53 0 0.26 271.2 0.43 0.54
Hex 8C 58 BC 1A 35 0 1A 10F 2B 36
Octal 214 130 274 32 65 0 32 417 53 66
Binary 10001100 1011000 10111100 11010 110101 0 11010 100001111 101011 110110

Color Harmonies of #8C58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C58BC

Black with #8C58BC

Text Example


Text Example

White with #8C58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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