Html Css Color HEX #975BAA Deep Lilac

📋 copy color: '#975BAA'

red 151 ◦ green 91 ◦ blue 170

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

Shades of Deep Lilac #975BAA

Tints of Deep Lilac #975BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.09%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 36.65%
G = 22.09%
B = 41.26%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#975BAA (or 0x975BAA) is known color: Deep Lilac. HEX triplet: 97, 5B and AA. RGB value is (151,91,170). Sum of RGB (Red+Green+Blue) = 151+91+170=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #975BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975BAA is #68A455. Grayscale: #757575. Windows color (decimal): -6857814 or 11164567. OLE color: 11164567.

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

Color convert

RGB 151 91 170 -
CMYK 0.11 0.46 0 0.33
HSL 285.57º 0.32% 0.51% -
HSV(B) 285.57º 0.46% 0.67% -
XYZ 23.76 16.96 40.05 -
YUV 117.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 151 91 170 0.11 0.46 0 0.33 285.57 0.32 0.51
Hex 97 5B AA B 2E 0 21 11E 20 33
Octal 227 133 252 13 56 0 41 436 40 63
Binary 10010111 1011011 10101010 1011 101110 0 100001 100011110 100000 110011

Color Harmonies of #975BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BAA

Black with #975BAA

Text Example


Text Example

White with #975BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,91,170); }

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

background-color css

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

 a { background-color: rgb(151,91,170); }

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

border-color css

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

 span { border-color: rgb(151,91,170); }

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