Html Css Color HEX #975BAD Deep Lilac

📋 copy color: '#975BAD'

red 151 ◦ green 91 ◦ blue 173

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

Shades of Deep Lilac #975BAD

Tints of Deep Lilac #975BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 36.39%
G = 21.93%
B = 41.69%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#975BAD (or 0x975BAD) is known color: Deep Lilac. HEX triplet: 97, 5B and AD. RGB value is (151,91,173). Sum of RGB (Red+Green+Blue) = 151+91+173=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #975BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975BAD is #68A452. Grayscale: #767676. Windows color (decimal): -6857811 or 11361175. OLE color: 11361175.

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

Color convert

RGB 151 91 173 -
CMYK 0.13 0.47 0 0.32
HSL 283.9º 0.33% 0.52% -
HSV(B) 283.9º 0.47% 0.68% -
XYZ 24.05 17.08 41.56 -
YUV 118.29 158.88 151.33 -
System Red Green Blue C M Y K H S L
Decimal 151 91 173 0.13 0.47 0 0.32 283.9 0.33 0.52
Hex 97 5B AD D 2F 0 20 11C 21 34
Octal 227 133 255 15 57 0 40 434 41 64
Binary 10010111 1011011 10101101 1101 101111 0 100000 100011100 100001 110100

Color Harmonies of #975BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BAD

Black with #975BAD

Text Example


Text Example

White with #975BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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