Html Css Color HEX #975DAC Deep Lilac

📋 copy color: '#975DAC'

red 151 ◦ green 93 ◦ blue 172

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

Shades of Deep Lilac #975DAC

Tints of Deep Lilac #975DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 36.3%
G = 22.36%
B = 41.35%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#975DAC (or 0x975DAC) is known color: Deep Lilac. HEX triplet: 97, 5D and AC. RGB value is (151,93,172). Sum of RGB (Red+Green+Blue) = 151+93+172=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #975DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975DAC is #68A253. Grayscale: #777777. Windows color (decimal): -6857300 or 11296151. OLE color: 11296151.

HSL color Cylindrical-coordinate representation of color #975DAC: hue angle of 284.05º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975DAC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 93 172 -
CMYK 0.12 0.46 0 0.33
HSL 284.05º 0.32% 0.52% -
HSV(B) 284.05º 0.46% 0.67% -
XYZ 24.12 17.39 41.11 -
YUV 119.35 157.72 150.58 -
System Red Green Blue C M Y K H S L
Decimal 151 93 172 0.12 0.46 0 0.33 284.05 0.32 0.52
Hex 97 5D AC C 2E 0 21 11C 20 34
Octal 227 135 254 14 56 0 41 434 40 64
Binary 10010111 1011101 10101100 1100 101110 0 100001 100011100 100000 110100

Color Harmonies of #975DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DAC

Black with #975DAC

Text Example


Text Example

White with #975DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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