Html Css Color HEX #975DBB Deep Lilac

📋 copy color: '#975DBB'

red 151 ◦ green 93 ◦ blue 187

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

Shades of Deep Lilac #975DBB

Tints of Deep Lilac #975DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 35.03%
G = 21.58%
B = 43.39%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#975DBB (or 0x975DBB) is known color: Deep Lilac. HEX triplet: 97, 5D and BB. RGB value is (151,93,187). Sum of RGB (Red+Green+Blue) = 151+93+187=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #975DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DBB is #68A244. Grayscale: #787878. Windows color (decimal): -6857285 or 12279191. OLE color: 12279191.

HSL color Cylindrical-coordinate representation of color #975DBB: hue angle of 277.02º degrees, saturation: 0.41, 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 #975DBB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 93 187 -
CMYK 0.19 0.50 0 0.27
HSL 277.02º 0.41% 0.55% -
HSV(B) 277.02º 0.5% 0.73% -
XYZ 25.65 18 49.14 -
YUV 121.06 165.22 149.36 -
System Red Green Blue C M Y K H S L
Decimal 151 93 187 0.19 0.50 0 0.27 277.02 0.41 0.55
Hex 97 5D BB 13 32 0 1B 115 29 37
Octal 227 135 273 23 62 0 33 425 51 67
Binary 10010111 1011101 10111011 10011 110010 0 11011 100010101 101001 110111

Color Harmonies of #975DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DBB

Black with #975DBB

Text Example


Text Example

White with #975DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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