Html Css Color HEX #8D3BAF Deep Lilac

📋 copy color: '#8D3BAF'

red 141 ◦ green 59 ◦ blue 175

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

Shades of Deep Lilac #8D3BAF

Tints of Deep Lilac #8D3BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.73%

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 37.6%
G = 15.73%
B = 46.67%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8D3BAF (or 0x8D3BAF) is known color: Deep Lilac. HEX triplet: 8D, 3B and AF. RGB value is (141,59,175). Sum of RGB (Red+Green+Blue) = 141+59+175=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D3BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3BAF is #72C450. Grayscale: #606060. Windows color (decimal): -7521361 or 11484045. OLE color: 11484045.

HSL color Cylindrical-coordinate representation of color #8D3BAF: hue angle of 282.41º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3BAF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 59 175 -
CMYK 0.19 0.66 0 0.31
HSL 282.41º 0.5% 0.46% -
HSV(B) 282.41º 0.66% 0.69% -
XYZ 20.29 11.89 41.78 -
YUV 96.74 172.17 159.57 -
System Red Green Blue C M Y K H S L
Decimal 141 59 175 0.19 0.66 0 0.31 282.41 0.5 0.46
Hex 8D 3B AF 13 42 0 1F 11A 32 2E
Octal 215 73 257 23 102 0 37 432 62 56
Binary 10001101 111011 10101111 10011 1000010 0 11111 100011010 110010 101110

Color Harmonies of #8D3BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3BAF

Black with #8D3BAF

Text Example


Text Example

White with #8D3BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,59,175); }

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

background-color css

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

 a { background-color: rgb(141,59,175); }

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

border-color css

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

 span { border-color: rgb(141,59,175); }

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