Html Css Color HEX #8B58BC Deep Lilac

📋 copy color: '#8B58BC'

red 139 ◦ green 88 ◦ blue 188

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

Shades of Deep Lilac #8B58BC

Tints of Deep Lilac #8B58BC

RGB

 RED value IS 139 (54.69% from 255) = 33.49%

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

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

R = 33.49%
G = 21.2%
B = 45.3%

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

#8B58BC (or 0x8B58BC) is known color: Deep Lilac. HEX triplet: 8B, 58 and BC. RGB value is (139,88,188). Sum of RGB (Red+Green+Blue) = 139+88+188=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B58BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B58BC is #74A743. Grayscale: #727272. Windows color (decimal): -7644996 or 12343435. OLE color: 12343435.

HSL color Cylindrical-coordinate representation of color #8B58BC: hue angle of 270.6º 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 #8B58BC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 88 188 -
CMYK 0.26 0.53 0 0.26
HSL 270.6º 0.43% 0.54% -
HSV(B) 270.6º 0.53% 0.74% -
XYZ 23.21 16.1 49.46 -
YUV 114.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 139 88 188 0.26 0.53 0 0.26 270.6 0.43 0.54
Hex 8B 58 BC 1A 35 0 1A 10F 2B 36
Octal 213 130 274 32 65 0 32 417 53 66
Binary 10001011 1011000 10111100 11010 110101 0 11010 100001111 101011 110110

Color Harmonies of #8B58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B58BC

Black with #8B58BC

Text Example


Text Example

White with #8B58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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