Html Css Color HEX #975DB4 Deep Lilac

📋 copy color: '#975DB4'

red 151 ◦ green 93 ◦ blue 180

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

Shades of Deep Lilac #975DB4

Tints of Deep Lilac #975DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.45%

R = 35.61%
G = 21.93%
B = 42.45%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#975DB4 (or 0x975DB4) is known color: Deep Lilac. HEX triplet: 97, 5D and B4. RGB value is (151,93,180). Sum of RGB (Red+Green+Blue) = 151+93+180=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #975DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DB4 is #68A24B. Grayscale: #777777. Windows color (decimal): -6857292 or 11820439. OLE color: 11820439.

HSL color Cylindrical-coordinate representation of color #975DB4: hue angle of 280º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #975DB4 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 93 180 -
CMYK 0.16 0.48 0 0.29
HSL 280º 0.37% 0.54% -
HSV(B) 280º 0.48% 0.71% -
XYZ 24.92 17.7 45.28 -
YUV 120.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 151 93 180 0.16 0.48 0 0.29 280 0.37 0.54
Hex 97 5D B4 10 30 0 1D 118 25 36
Octal 227 135 264 20 60 0 35 430 45 66
Binary 10010111 1011101 10110100 10000 110000 0 11101 100011000 100101 110110

Color Harmonies of #975DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DB4

Black with #975DB4

Text Example


Text Example

White with #975DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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