Html Css Color HEX #975EAB Deep Lilac

📋 copy color: '#975EAB'

red 151 ◦ green 94 ◦ blue 171

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

Shades of Deep Lilac #975EAB

Tints of Deep Lilac #975EAB

RGB

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

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

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

R = 36.3%
G = 22.6%
B = 41.11%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#975EAB (or 0x975EAB) is known color: Deep Lilac. HEX triplet: 97, 5E and AB. RGB value is (151,94,171). Sum of RGB (Red+Green+Blue) = 151+94+171=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #975EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975EAB is #68A154. Grayscale: #777777. Windows color (decimal): -6857045 or 11230871. OLE color: 11230871.

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

Color convert

RGB 151 94 171 -
CMYK 0.12 0.45 0 0.33
HSL 284.42º 0.31% 0.52% -
HSV(B) 284.42º 0.45% 0.67% -
XYZ 24.12 17.52 40.64 -
YUV 119.82 156.88 150.24 -
System Red Green Blue C M Y K H S L
Decimal 151 94 171 0.12 0.45 0 0.33 284.42 0.31 0.52
Hex 97 5E AB C 2D 0 21 11C 1F 34
Octal 227 136 253 14 55 0 41 434 37 64
Binary 10010111 1011110 10101011 1100 101101 0 100001 100011100 11111 110100

Color Harmonies of #975EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975EAB

Black with #975EAB

Text Example


Text Example

White with #975EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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