Html Css Color HEX #8C58BE Deep Lilac

📋 copy color: '#8C58BE'

red 140 ◦ green 88 ◦ blue 190

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

Shades of Deep Lilac #8C58BE

Tints of Deep Lilac #8C58BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 33.49%
G = 21.05%
B = 45.45%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C58BE (or 0x8C58BE) is known color: Deep Lilac. HEX triplet: 8C, 58 and BE. RGB value is (140,88,190). Sum of RGB (Red+Green+Blue) = 140+88+190=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C58BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C58BE is #73A741. Grayscale: #727272. Windows color (decimal): -7579458 or 12474508. OLE color: 12474508.

HSL color Cylindrical-coordinate representation of color #8C58BE: hue angle of 270.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C58BE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 88 190 -
CMYK 0.26 0.54 0 0.25
HSL 270.59º 0.44% 0.55% -
HSV(B) 270.59º 0.54% 0.75% -
XYZ 23.6 16.27 50.61 -
YUV 115.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 140 88 190 0.26 0.54 0 0.25 270.59 0.44 0.55
Hex 8C 58 BE 1A 36 0 19 10F 2C 37
Octal 214 130 276 32 66 0 31 417 54 67
Binary 10001100 1011000 10111110 11010 110110 0 11001 100001111 101100 110111

Color Harmonies of #8C58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C58BE

Black with #8C58BE

Text Example


Text Example

White with #8C58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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