Html Css Color HEX #975DAA Deep Lilac

📋 copy color: '#975DAA'

red 151 ◦ green 93 ◦ blue 170

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

Shades of Deep Lilac #975DAA

Tints of Deep Lilac #975DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.46%

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

R = 36.47%
G = 22.46%
B = 41.06%

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

#975DAA (or 0x975DAA) is known color: Deep Lilac. HEX triplet: 97, 5D and AA. RGB value is (151,93,170). Sum of RGB (Red+Green+Blue) = 151+93+170=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #975DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975DAA is #68A255. Grayscale: #767676. Windows color (decimal): -6857302 or 11165079. OLE color: 11165079.

HSL color Cylindrical-coordinate representation of color #975DAA: hue angle of 285.19º 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 #975DAA is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 93 170 -
CMYK 0.11 0.45 0 0.33
HSL 285.19º 0.31% 0.52% -
HSV(B) 285.19º 0.45% 0.67% -
XYZ 23.93 17.31 40.11 -
YUV 119.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 151 93 170 0.11 0.45 0 0.33 285.19 0.31 0.52
Hex 97 5D AA B 2D 0 21 11D 1F 34
Octal 227 135 252 13 55 0 41 435 37 64
Binary 10010111 1011101 10101010 1011 101101 0 100001 100011101 11111 110100

Color Harmonies of #975DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DAA

Black with #975DAA

Text Example


Text Example

White with #975DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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