Html Css Color HEX #8D5BBC Deep Lilac

📋 copy color: '#8D5BBC'

red 141 ◦ green 91 ◦ blue 188

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

Shades of Deep Lilac #8D5BBC

Tints of Deep Lilac #8D5BBC

RGB

 RED value IS 141 (55.47% from 255) = 33.57%

 GREEN value IS 91 (35.94% from 255) = 21.67%

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

R = 33.57%
G = 21.67%
B = 44.76%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D5BBC (or 0x8D5BBC) is known color: Deep Lilac. HEX triplet: 8D, 5B and BC. RGB value is (141,91,188). Sum of RGB (Red+Green+Blue) = 141+91+188=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D5BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5BBC is #72A443. Grayscale: #747474. Windows color (decimal): -7513156 or 12344205. OLE color: 12344205.

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

Color convert

RGB 141 91 188 -
CMYK 0.25 0.52 0 0.26
HSL 270.93º 0.42% 0.55% -
HSV(B) 270.93º 0.52% 0.74% -
XYZ 23.8 16.78 49.56 -
YUV 117.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 141 91 188 0.25 0.52 0 0.26 270.93 0.42 0.55
Hex 8D 5B BC 19 34 0 1A 10F 2A 37
Octal 215 133 274 31 64 0 32 417 52 67
Binary 10001101 1011011 10111100 11001 110100 0 11010 100001111 101010 110111

Color Harmonies of #8D5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5BBC

Black with #8D5BBC

Text Example


Text Example

White with #8D5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,91,188); }

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

background-color css

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

 a { background-color: rgb(141,91,188); }

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

border-color css

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

 span { border-color: rgb(141,91,188); }

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