Html Css Color HEX #975DB6 Deep Lilac

📋 copy color: '#975DB6'

red 151 ◦ green 93 ◦ blue 182

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

Shades of Deep Lilac #975DB6

Tints of Deep Lilac #975DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.72%

R = 35.45%
G = 21.83%
B = 42.72%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#975DB6 (or 0x975DB6) is known color: Deep Lilac. HEX triplet: 97, 5D and B6. RGB value is (151,93,182). Sum of RGB (Red+Green+Blue) = 151+93+182=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #975DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DB6 is #68A249. Grayscale: #787878. Windows color (decimal): -6857290 or 11951511. OLE color: 11951511.

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

Color convert

RGB 151 93 182 -
CMYK 0.17 0.49 0 0.29
HSL 279.1º 0.38% 0.54% -
HSV(B) 279.1º 0.49% 0.71% -
XYZ 25.12 17.79 46.36 -
YUV 120.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 151 93 182 0.17 0.49 0 0.29 279.1 0.38 0.54
Hex 97 5D B6 11 31 0 1D 117 26 36
Octal 227 135 266 21 61 0 35 427 46 66
Binary 10010111 1011101 10110110 10001 110001 0 11101 100010111 100110 110110

Color Harmonies of #975DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DB6

Black with #975DB6

Text Example


Text Example

White with #975DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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