Html Css Color HEX #8D4BBC Deep Lilac

📋 copy color: '#8D4BBC'

red 141 ◦ green 75 ◦ blue 188

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

Shades of Deep Lilac #8D4BBC

Tints of Deep Lilac #8D4BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.56%

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

R = 34.9%
G = 18.56%
B = 46.53%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D4BBC (or 0x8D4BBC) is known color: Deep Lilac. HEX triplet: 8D, 4B and BC. RGB value is (141,75,188). Sum of RGB (Red+Green+Blue) = 141+75+188=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D4BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4BBC is #72B443. Grayscale: #6B6B6B. Windows color (decimal): -7517252 or 12340109. OLE color: 12340109.

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

Color convert

RGB 141 75 188 -
CMYK 0.25 0.60 0 0.26
HSL 275.04º 0.46% 0.52% -
HSV(B) 275.04º 0.6% 0.74% -
XYZ 22.58 14.33 49.15 -
YUV 107.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 141 75 188 0.25 0.60 0 0.26 275.04 0.46 0.52
Hex 8D 4B BC 19 3C 0 1A 113 2E 34
Octal 215 113 274 31 74 0 32 423 56 64
Binary 10001101 1001011 10111100 11001 111100 0 11010 100010011 101110 110100

Color Harmonies of #8D4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4BBC

Black with #8D4BBC

Text Example


Text Example

White with #8D4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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