Html Css Color HEX #975CAB Deep Lilac

📋 copy color: '#975CAB'

red 151 ◦ green 92 ◦ blue 171

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

Shades of Deep Lilac #975CAB

Tints of Deep Lilac #975CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 36.47%
G = 22.22%
B = 41.3%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#975CAB (or 0x975CAB) is known color: Deep Lilac. HEX triplet: 97, 5C and AB. RGB value is (151,92,171). Sum of RGB (Red+Green+Blue) = 151+92+171=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #975CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975CAB is #68A354. Grayscale: #767676. Windows color (decimal): -6857557 or 11230359. OLE color: 11230359.

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

Color convert

RGB 151 92 171 -
CMYK 0.12 0.46 0 0.33
HSL 284.81º 0.32% 0.52% -
HSV(B) 284.81º 0.46% 0.67% -
XYZ 23.94 17.17 40.58 -
YUV 118.65 157.55 151.08 -
System Red Green Blue C M Y K H S L
Decimal 151 92 171 0.12 0.46 0 0.33 284.81 0.32 0.52
Hex 97 5C AB C 2E 0 21 11D 20 34
Octal 227 134 253 14 56 0 41 435 40 64
Binary 10010111 1011100 10101011 1100 101110 0 100001 100011101 100000 110100

Color Harmonies of #975CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CAB

Black with #975CAB

Text Example


Text Example

White with #975CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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