Html Css Color HEX #975CAD Deep Lilac

📋 copy color: '#975CAD'

red 151 ◦ green 92 ◦ blue 173

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

Shades of Deep Lilac #975CAD

Tints of Deep Lilac #975CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.12%

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

R = 36.3%
G = 22.12%
B = 41.59%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#975CAD (or 0x975CAD) is known color: Deep Lilac. HEX triplet: 97, 5C and AD. RGB value is (151,92,173). Sum of RGB (Red+Green+Blue) = 151+92+173=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #975CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975CAD is #68A352. Grayscale: #767676. Windows color (decimal): -6857555 or 11361431. OLE color: 11361431.

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

Color convert

RGB 151 92 173 -
CMYK 0.13 0.47 0 0.32
HSL 283.7º 0.33% 0.52% -
HSV(B) 283.7º 0.47% 0.68% -
XYZ 24.13 17.25 41.59 -
YUV 118.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 151 92 173 0.13 0.47 0 0.32 283.7 0.33 0.52
Hex 97 5C AD D 2F 0 20 11C 21 34
Octal 227 134 255 15 57 0 40 434 41 64
Binary 10010111 1011100 10101101 1101 101111 0 100000 100011100 100001 110100

Color Harmonies of #975CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CAD

Black with #975CAD

Text Example


Text Example

White with #975CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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