Html Css Color HEX #975AC1 Deep Lilac

📋 copy color: '#975AC1'

red 151 ◦ green 90 ◦ blue 193

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

Shades of Deep Lilac #975AC1

Tints of Deep Lilac #975AC1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.74%

 BLUE value IS 193 (75.78% from 255) = 44.47%

R = 34.79%
G = 20.74%
B = 44.47%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#975AC1 (or 0x975AC1) is known color: Deep Lilac. HEX triplet: 97, 5A and C1. RGB value is (151,90,193). Sum of RGB (Red+Green+Blue) = 151+90+193=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #975AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975AC1 is #68A53E. Grayscale: #777777. Windows color (decimal): -6858047 or 12671639. OLE color: 12671639.

HSL color Cylindrical-coordinate representation of color #975AC1: hue angle of 275.53º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #975AC1 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 90 193 -
CMYK 0.22 0.53 0 0.24
HSL 275.53º 0.45% 0.55% -
HSV(B) 275.53º 0.53% 0.76% -
XYZ 26.04 17.74 52.5 -
YUV 119.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 151 90 193 0.22 0.53 0 0.24 275.53 0.45 0.55
Hex 97 5A C1 16 35 0 18 114 2D 37
Octal 227 132 301 26 65 0 30 424 55 67
Binary 10010111 1011010 11000001 10110 110101 0 11000 100010100 101101 110111

Color Harmonies of #975AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975AC1

Black with #975AC1

Text Example


Text Example

White with #975AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,90,193); }

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

background-color css

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

 a { background-color: rgb(151,90,193); }

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

border-color css

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

 span { border-color: rgb(151,90,193); }

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