Html Css Color HEX #975CA8 Deep Lilac

📋 copy color: '#975CA8'

red 151 ◦ green 92 ◦ blue 168

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

Shades of Deep Lilac #975CA8

Tints of Deep Lilac #975CA8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.38%

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

R = 36.74%
G = 22.38%
B = 40.88%

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

#975CA8 (or 0x975CA8) is known color: Deep Lilac. HEX triplet: 97, 5C and A8. RGB value is (151,92,168). Sum of RGB (Red+Green+Blue) = 151+92+168=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 168 - color contains mainly: blue. Hex color #975CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975CA8 is #68A357. Grayscale: #767676. Windows color (decimal): -6857560 or 11033751. OLE color: 11033751.

HSL color Cylindrical-coordinate representation of color #975CA8: hue angle of 286.58º 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 #975CA8 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 151 92 168 -
CMYK 0.10 0.45 0 0.34
HSL 286.58º 0.3% 0.51% -
HSV(B) 286.58º 0.45% 0.66% -
XYZ 23.66 17.06 39.09 -
YUV 118.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 151 92 168 0.10 0.45 0 0.34 286.58 0.3 0.51
Hex 97 5C A8 A 2D 0 22 11F 1E 33
Octal 227 134 250 12 55 0 42 437 36 63
Binary 10010111 1011100 10101000 1010 101101 0 100010 100011111 11110 110011

Color Harmonies of #975CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CA8

Black with #975CA8

Text Example


Text Example

White with #975CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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