Html Css Color HEX #975AAE Deep Lilac

📋 copy color: '#975AAE'

red 151 ◦ green 90 ◦ blue 174

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

Shades of Deep Lilac #975AAE

Tints of Deep Lilac #975AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 36.39%
G = 21.69%
B = 41.93%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#975AAE (or 0x975AAE) is known color: Deep Lilac. HEX triplet: 97, 5A and AE. RGB value is (151,90,174). Sum of RGB (Red+Green+Blue) = 151+90+174=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #975AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975AAE is #68A551. Grayscale: #757575. Windows color (decimal): -6858066 or 11426455. OLE color: 11426455.

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

Color convert

RGB 151 90 174 -
CMYK 0.13 0.48 0 0.32
HSL 283.57º 0.34% 0.52% -
HSV(B) 283.57º 0.48% 0.68% -
XYZ 24.06 16.95 42.05 -
YUV 117.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 151 90 174 0.13 0.48 0 0.32 283.57 0.34 0.52
Hex 97 5A AE D 30 0 20 11C 22 34
Octal 227 132 256 15 60 0 40 434 42 64
Binary 10010111 1011010 10101110 1101 110000 0 100000 100011100 100010 110100

Color Harmonies of #975AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975AAE

Black with #975AAE

Text Example


Text Example

White with #975AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,90,174); }

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

background-color css

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

 a { background-color: rgb(151,90,174); }

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

border-color css

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

 span { border-color: rgb(151,90,174); }

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