Html Css Color HEX #9D5FBF Deep Lilac

📋 copy color: '#9D5FBF'

red 157 ◦ green 95 ◦ blue 191

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

Shades of Deep Lilac #9D5FBF

Tints of Deep Lilac #9D5FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.12%

R = 35.44%
G = 21.44%
B = 43.12%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D5FBF (or 0x9D5FBF) is known color: Deep Lilac. HEX triplet: 9D, 5F and BF. RGB value is (157,95,191). Sum of RGB (Red+Green+Blue) = 157+95+191=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D5FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5FBF is #62A040. Grayscale: #7C7C7C. Windows color (decimal): -6463553 or 12541853. OLE color: 12541853.

HSL color Cylindrical-coordinate representation of color #9D5FBF: hue angle of 278.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D5FBF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 95 191 -
CMYK 0.18 0.50 0 0.25
HSL 278.75º 0.43% 0.56% -
HSV(B) 278.75º 0.5% 0.75% -
XYZ 27.4 19.11 51.54 -
YUV 124.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 157 95 191 0.18 0.50 0 0.25 278.75 0.43 0.56
Hex 9D 5F BF 12 32 0 19 117 2B 38
Octal 235 137 277 22 62 0 31 427 53 70
Binary 10011101 1011111 10111111 10010 110010 0 11001 100010111 101011 111000

Color Harmonies of #9D5FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5FBF

Black with #9D5FBF

Text Example


Text Example

White with #9D5FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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