Html Css Color HEX #975FAA Deep Lilac

📋 copy color: '#975FAA'

red 151 ◦ green 95 ◦ blue 170

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

Shades of Deep Lilac #975FAA

Tints of Deep Lilac #975FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 36.3%
G = 22.84%
B = 40.87%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#975FAA (or 0x975FAA) is known color: Deep Lilac. HEX triplet: 97, 5F and AA. RGB value is (151,95,170). Sum of RGB (Red+Green+Blue) = 151+95+170=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #975FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975FAA is #68A055. Grayscale: #787878. Windows color (decimal): -6856790 or 11165591. OLE color: 11165591.

HSL color Cylindrical-coordinate representation of color #975FAA: hue angle of 284.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975FAA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 95 170 -
CMYK 0.11 0.44 0 0.33
HSL 284.8º 0.31% 0.52% -
HSV(B) 284.8º 0.44% 0.67% -
XYZ 24.11 17.67 40.17 -
YUV 120.29 156.05 149.9 -
System Red Green Blue C M Y K H S L
Decimal 151 95 170 0.11 0.44 0 0.33 284.8 0.31 0.52
Hex 97 5F AA B 2C 0 21 11D 1F 34
Octal 227 137 252 13 54 0 41 435 37 64
Binary 10010111 1011111 10101010 1011 101100 0 100001 100011101 11111 110100

Color Harmonies of #975FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FAA

Black with #975FAA

Text Example


Text Example

White with #975FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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