Html Css Color HEX #975DAD Deep Lilac

📋 copy color: '#975DAD'

red 151 ◦ green 93 ◦ blue 173

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

Shades of Deep Lilac #975DAD

Tints of Deep Lilac #975DAD

RGB

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

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

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

R = 36.21%
G = 22.3%
B = 41.49%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#975DAD (or 0x975DAD) is known color: Deep Lilac. HEX triplet: 97, 5D and AD. RGB value is (151,93,173). Sum of RGB (Red+Green+Blue) = 151+93+173=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #975DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975DAD is #68A252. Grayscale: #777777. Windows color (decimal): -6857299 or 11361687. OLE color: 11361687.

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

Color convert

RGB 151 93 173 -
CMYK 0.13 0.46 0 0.32
HSL 283.5º 0.33% 0.52% -
HSV(B) 283.5º 0.46% 0.68% -
XYZ 24.22 17.43 41.62 -
YUV 119.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 151 93 173 0.13 0.46 0 0.32 283.5 0.33 0.52
Hex 97 5D AD D 2E 0 20 11C 21 34
Octal 227 135 255 15 56 0 40 434 41 64
Binary 10010111 1011101 10101101 1101 101110 0 100000 100011100 100001 110100

Color Harmonies of #975DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DAD

Black with #975DAD

Text Example


Text Example

White with #975DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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