Html Css Color HEX #975AB6 Deep Lilac

📋 copy color: '#975AB6'

red 151 ◦ green 90 ◦ blue 182

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

Shades of Deep Lilac #975AB6

Tints of Deep Lilac #975AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.03%

R = 35.7%
G = 21.28%
B = 43.03%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#975AB6 (or 0x975AB6) is known color: Deep Lilac. HEX triplet: 97, 5A and B6. RGB value is (151,90,182). Sum of RGB (Red+Green+Blue) = 151+90+182=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #975AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975AB6 is #68A549. Grayscale: #767676. Windows color (decimal): -6858058 or 11950743. OLE color: 11950743.

HSL color Cylindrical-coordinate representation of color #975AB6: hue angle of 279.78º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #975AB6 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 90 182 -
CMYK 0.17 0.51 0 0.29
HSL 279.78º 0.39% 0.53% -
HSV(B) 279.78º 0.51% 0.71% -
XYZ 24.86 17.27 46.28 -
YUV 118.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 151 90 182 0.17 0.51 0 0.29 279.78 0.39 0.53
Hex 97 5A B6 11 33 0 1D 118 27 35
Octal 227 132 266 21 63 0 35 430 47 65
Binary 10010111 1011010 10110110 10001 110011 0 11101 100011000 100111 110101

Color Harmonies of #975AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975AB6

Black with #975AB6

Text Example


Text Example

White with #975AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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