Html Css Color HEX #975EAC Deep Lilac

📋 copy color: '#975EAC'

red 151 ◦ green 94 ◦ blue 172

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

Shades of Deep Lilac #975EAC

Tints of Deep Lilac #975EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 36.21%
G = 22.54%
B = 41.25%

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

#975EAC (or 0x975EAC) is known color: Deep Lilac. HEX triplet: 97, 5E and AC. RGB value is (151,94,172). Sum of RGB (Red+Green+Blue) = 151+94+172=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #975EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975EAC is #68A153. Grayscale: #777777. Windows color (decimal): -6857044 or 11296407. OLE color: 11296407.

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

Color convert

RGB 151 94 172 -
CMYK 0.12 0.45 0 0.33
HSL 283.85º 0.32% 0.52% -
HSV(B) 283.85º 0.45% 0.67% -
XYZ 24.21 17.56 41.14 -
YUV 119.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 151 94 172 0.12 0.45 0 0.33 283.85 0.32 0.52
Hex 97 5E AC C 2D 0 21 11C 20 34
Octal 227 136 254 14 55 0 41 434 40 64
Binary 10010111 1011110 10101100 1100 101101 0 100001 100011100 100000 110100

Color Harmonies of #975EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975EAC

Black with #975EAC

Text Example


Text Example

White with #975EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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