Html Css Color HEX #975CC0 Deep Lilac

📋 copy color: '#975CC0'

red 151 ◦ green 92 ◦ blue 192

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

Shades of Deep Lilac #975CC0

Tints of Deep Lilac #975CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.14%

R = 34.71%
G = 21.15%
B = 44.14%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#975CC0 (or 0x975CC0) is known color: Deep Lilac. HEX triplet: 97, 5C and C0. RGB value is (151,92,192). Sum of RGB (Red+Green+Blue) = 151+92+192=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #975CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CC0 is #68A33F. Grayscale: #787878. Windows color (decimal): -6857536 or 12606615. OLE color: 12606615.

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

Color convert

RGB 151 92 192 -
CMYK 0.21 0.52 0 0.25
HSL 275.4º 0.44% 0.56% -
HSV(B) 275.4º 0.52% 0.75% -
XYZ 26.1 18.04 51.98 -
YUV 121.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 151 92 192 0.21 0.52 0 0.25 275.4 0.44 0.56
Hex 97 5C C0 15 34 0 19 113 2C 38
Octal 227 134 300 25 64 0 31 423 54 70
Binary 10010111 1011100 11000000 10101 110100 0 11001 100010011 101100 111000

Color Harmonies of #975CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CC0

Black with #975CC0

Text Example


Text Example

White with #975CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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