Html Css Color HEX #975DB9 Deep Lilac

📋 copy color: '#975DB9'

red 151 ◦ green 93 ◦ blue 185

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

Shades of Deep Lilac #975DB9

Tints of Deep Lilac #975DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.68%

 BLUE value IS 185 (72.66% from 255) = 43.12%

R = 35.2%
G = 21.68%
B = 43.12%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#975DB9 (or 0x975DB9) is known color: Deep Lilac. HEX triplet: 97, 5D and B9. RGB value is (151,93,185). Sum of RGB (Red+Green+Blue) = 151+93+185=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #975DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DB9 is #68A246. Grayscale: #787878. Windows color (decimal): -6857287 or 12148119. OLE color: 12148119.

HSL color Cylindrical-coordinate representation of color #975DB9: hue angle of 277.83º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #975DB9 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 93 185 -
CMYK 0.18 0.50 0 0.27
HSL 277.83º 0.4% 0.55% -
HSV(B) 277.83º 0.5% 0.73% -
XYZ 25.43 17.91 48.02 -
YUV 120.83 164.22 149.52 -
System Red Green Blue C M Y K H S L
Decimal 151 93 185 0.18 0.50 0 0.27 277.83 0.4 0.55
Hex 97 5D B9 12 32 0 1B 116 28 37
Octal 227 135 271 22 62 0 33 426 50 67
Binary 10010111 1011101 10111001 10010 110010 0 11011 100010110 101000 110111

Color Harmonies of #975DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DB9

Black with #975DB9

Text Example


Text Example

White with #975DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,93,185); }

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

background-color css

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

 a { background-color: rgb(151,93,185); }

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

border-color css

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

 span { border-color: rgb(151,93,185); }

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