Html Css Color HEX #975FAD Deep Lilac

📋 copy color: '#975FAD'

red 151 ◦ green 95 ◦ blue 173

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

Shades of Deep Lilac #975FAD

Tints of Deep Lilac #975FAD

RGB

 RED value IS 151 (59.38% from 255) = 36.04%

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

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 36.04%
G = 22.67%
B = 41.29%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#975FAD (or 0x975FAD) is known color: Deep Lilac. HEX triplet: 97, 5F and AD. RGB value is (151,95,173). Sum of RGB (Red+Green+Blue) = 151+95+173=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #975FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975FAD is #68A052. Grayscale: #787878. Windows color (decimal): -6856787 or 11362199. OLE color: 11362199.

HSL color Cylindrical-coordinate representation of color #975FAD: hue angle of 283.08º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #975FAD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 95 173 -
CMYK 0.13 0.45 0 0.32
HSL 283.08º 0.32% 0.53% -
HSV(B) 283.08º 0.45% 0.68% -
XYZ 24.4 17.78 41.68 -
YUV 120.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 151 95 173 0.13 0.45 0 0.32 283.08 0.32 0.53
Hex 97 5F AD D 2D 0 20 11B 20 35
Octal 227 137 255 15 55 0 40 433 40 65
Binary 10010111 1011111 10101101 1101 101101 0 100000 100011011 100000 110101

Color Harmonies of #975FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FAD

Black with #975FAD

Text Example


Text Example

White with #975FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975FAD; }

 p { color: rgb(151,95,173); }

 H1.HeaderClassName
 {
   color: #975FAD;
 }
 .AnyTagClassName
 {
   color: #975FAD;
 }
</style>

background-color css

<style>
 a { background-color: #975FAD; }

 a { background-color: rgb(151,95,173); }

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

border-color css

<style>
 span { border-color: #975FAD; }

 span { border-color: rgb(151,95,173); }

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