Html Css Color HEX #975EAA Deep Lilac

📋 copy color: '#975EAA'

red 151 ◦ green 94 ◦ blue 170

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

Shades of Deep Lilac #975EAA

Tints of Deep Lilac #975EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.65%

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

R = 36.39%
G = 22.65%
B = 40.96%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#975EAA (or 0x975EAA) is known color: Deep Lilac. HEX triplet: 97, 5E and AA. RGB value is (151,94,170). Sum of RGB (Red+Green+Blue) = 151+94+170=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #975EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975EAA is #68A155. Grayscale: #777777. Windows color (decimal): -6857046 or 11165335. OLE color: 11165335.

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

Color convert

RGB 151 94 170 -
CMYK 0.11 0.45 0 0.33
HSL 285º 0.31% 0.52% -
HSV(B) 285º 0.45% 0.67% -
XYZ 24.02 17.49 40.14 -
YUV 119.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 151 94 170 0.11 0.45 0 0.33 285 0.31 0.52
Hex 97 5E AA B 2D 0 21 11D 1F 34
Octal 227 136 252 13 55 0 41 435 37 64
Binary 10010111 1011110 10101010 1011 101101 0 100001 100011101 11111 110100

Color Harmonies of #975EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975EAA

Black with #975EAA

Text Example


Text Example

White with #975EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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