Html Css Color HEX #975DBF Deep Lilac

📋 copy color: '#975DBF'

red 151 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #975DBF

Tints of Deep Lilac #975DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.91%

R = 34.71%
G = 21.38%
B = 43.91%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#975DBF (or 0x975DBF) is known color: Deep Lilac. HEX triplet: 97, 5D and BF. RGB value is (151,93,191). Sum of RGB (Red+Green+Blue) = 151+93+191=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #975DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DBF is #68A240. Grayscale: #797979. Windows color (decimal): -6857281 or 12541335. OLE color: 12541335.

HSL color Cylindrical-coordinate representation of color #975DBF: hue angle of 275.51º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #975DBF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 93 191 -
CMYK 0.21 0.51 0 0.25
HSL 275.51º 0.43% 0.56% -
HSV(B) 275.51º 0.51% 0.75% -
XYZ 26.08 18.17 51.42 -
YUV 121.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 151 93 191 0.21 0.51 0 0.25 275.51 0.43 0.56
Hex 97 5D BF 15 33 0 19 114 2B 38
Octal 227 135 277 25 63 0 31 424 53 70
Binary 10010111 1011101 10111111 10101 110011 0 11001 100010100 101011 111000

Color Harmonies of #975DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DBF

Black with #975DBF

Text Example


Text Example

White with #975DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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