Html Css Color HEX #975DA8 Deep Lilac

📋 copy color: '#975DA8'

red 151 ◦ green 93 ◦ blue 168

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

Shades of Deep Lilac #975DA8

Tints of Deep Lilac #975DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 36.65%
G = 22.57%
B = 40.78%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#975DA8 (or 0x975DA8) is known color: Deep Lilac. HEX triplet: 97, 5D and A8. RGB value is (151,93,168). Sum of RGB (Red+Green+Blue) = 151+93+168=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 168 - color contains mainly: blue. Hex color #975DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975DA8 is #68A257. Grayscale: #767676. Windows color (decimal): -6857304 or 11034007. OLE color: 11034007.

HSL color Cylindrical-coordinate representation of color #975DA8: hue angle of 286.4º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #975DA8 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 151 93 168 -
CMYK 0.10 0.45 0 0.34
HSL 286.4º 0.3% 0.51% -
HSV(B) 286.4º 0.45% 0.66% -
XYZ 23.74 17.24 39.12 -
YUV 118.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 151 93 168 0.10 0.45 0 0.34 286.4 0.3 0.51
Hex 97 5D A8 A 2D 0 22 11E 1E 33
Octal 227 135 250 12 55 0 42 436 36 63
Binary 10010111 1011101 10101000 1010 101101 0 100010 100011110 11110 110011

Color Harmonies of #975DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DA8

Black with #975DA8

Text Example


Text Example

White with #975DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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