Html Css Color HEX #975DBE Deep Lilac

📋 copy color: '#975DBE'

red 151 ◦ green 93 ◦ blue 190

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

Shades of Deep Lilac #975DBE

Tints of Deep Lilac #975DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 34.79%
G = 21.43%
B = 43.78%

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

#975DBE (or 0x975DBE) is known color: Deep Lilac. HEX triplet: 97, 5D and BE. RGB value is (151,93,190). Sum of RGB (Red+Green+Blue) = 151+93+190=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #975DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DBE is #68A241. Grayscale: #797979. Windows color (decimal): -6857282 or 12475799. OLE color: 12475799.

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

Color convert

RGB 151 93 190 -
CMYK 0.21 0.51 0 0.25
HSL 275.88º 0.43% 0.55% -
HSV(B) 275.88º 0.51% 0.75% -
XYZ 25.97 18.13 50.84 -
YUV 121.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 151 93 190 0.21 0.51 0 0.25 275.88 0.43 0.55
Hex 97 5D BE 15 33 0 19 114 2B 37
Octal 227 135 276 25 63 0 31 424 53 67
Binary 10010111 1011101 10111110 10101 110011 0 11001 100010100 101011 110111

Color Harmonies of #975DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DBE

Black with #975DBE

Text Example


Text Example

White with #975DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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