Html Css Color HEX #975AAF Deep Lilac

📋 copy color: '#975AAF'

red 151 ◦ green 90 ◦ blue 175

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

Shades of Deep Lilac #975AAF

Tints of Deep Lilac #975AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.63%

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 36.3%
G = 21.63%
B = 42.07%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#975AAF (or 0x975AAF) is known color: Deep Lilac. HEX triplet: 97, 5A and AF. RGB value is (151,90,175). Sum of RGB (Red+Green+Blue) = 151+90+175=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #975AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975AAF is #68A550. Grayscale: #757575. Windows color (decimal): -6858065 or 11491991. OLE color: 11491991.

HSL color Cylindrical-coordinate representation of color #975AAF: hue angle of 283.06º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #975AAF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 90 175 -
CMYK 0.14 0.49 0 0.31
HSL 283.06º 0.35% 0.52% -
HSV(B) 283.06º 0.49% 0.69% -
XYZ 24.16 16.99 42.56 -
YUV 117.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 151 90 175 0.14 0.49 0 0.31 283.06 0.35 0.52
Hex 97 5A AF E 31 0 1F 11B 23 34
Octal 227 132 257 16 61 0 37 433 43 64
Binary 10010111 1011010 10101111 1110 110001 0 11111 100011011 100011 110100

Color Harmonies of #975AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975AAF

Black with #975AAF

Text Example


Text Example

White with #975AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,90,175); }

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

background-color css

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

 a { background-color: rgb(151,90,175); }

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

border-color css

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

 span { border-color: rgb(151,90,175); }

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