Html Css Color HEX #9D5FBA Deep Lilac

📋 copy color: '#9D5FBA'

red 157 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #9D5FBA

Tints of Deep Lilac #9D5FBA

RGB

 RED value IS 157 (61.72% from 255) = 35.84%

 GREEN value IS 95 (37.5% from 255) = 21.69%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 35.84%
G = 21.69%
B = 42.47%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D5FBA (or 0x9D5FBA) is known color: Deep Lilac. HEX triplet: 9D, 5F and BA. RGB value is (157,95,186). Sum of RGB (Red+Green+Blue) = 157+95+186=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D5FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5FBA is #62A045. Grayscale: #7B7B7B. Windows color (decimal): -6463558 or 12214173. OLE color: 12214173.

HSL color Cylindrical-coordinate representation of color #9D5FBA: hue angle of 280.88º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D5FBA is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 95 186 -
CMYK 0.16 0.49 0 0.27
HSL 280.88º 0.4% 0.55% -
HSV(B) 280.88º 0.49% 0.73% -
XYZ 26.86 18.9 48.69 -
YUV 123.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 157 95 186 0.16 0.49 0 0.27 280.88 0.4 0.55
Hex 9D 5F BA 10 31 0 1B 119 28 37
Octal 235 137 272 20 61 0 33 431 50 67
Binary 10011101 1011111 10111010 10000 110001 0 11011 100011001 101000 110111

Color Harmonies of #9D5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5FBA

Black with #9D5FBA

Text Example


Text Example

White with #9D5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D5FBA; }

 p { color: rgb(157,95,186); }

 H1.HeaderClassName
 {
   color: #9D5FBA;
 }
 .AnyTagClassName
 {
   color: #9D5FBA;
 }
</style>

background-color css

<style>
 a { background-color: #9D5FBA; }

 a { background-color: rgb(157,95,186); }

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

border-color css

<style>
 span { border-color: #9D5FBA; }

 span { border-color: rgb(157,95,186); }

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