Html Css Color HEX #975BAB Deep Lilac

📋 copy color: '#975BAB'

red 151 ◦ green 91 ◦ blue 171

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

Shades of Deep Lilac #975BAB

Tints of Deep Lilac #975BAB

RGB

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

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

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

R = 36.56%
G = 22.03%
B = 41.4%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#975BAB (or 0x975BAB) is known color: Deep Lilac. HEX triplet: 97, 5B and AB. RGB value is (151,91,171). Sum of RGB (Red+Green+Blue) = 151+91+171=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #975BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975BAB is #68A454. Grayscale: #757575. Windows color (decimal): -6857813 or 11230103. OLE color: 11230103.

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

Color convert

RGB 151 91 171 -
CMYK 0.12 0.47 0 0.33
HSL 285º 0.32% 0.51% -
HSV(B) 285º 0.47% 0.67% -
XYZ 23.85 17 40.55 -
YUV 118.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 151 91 171 0.12 0.47 0 0.33 285 0.32 0.51
Hex 97 5B AB C 2F 0 21 11D 20 33
Octal 227 133 253 14 57 0 41 435 40 63
Binary 10010111 1011011 10101011 1100 101111 0 100001 100011101 100000 110011

Color Harmonies of #975BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BAB

Black with #975BAB

Text Example


Text Example

White with #975BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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