Html Css Color HEX #975CBA Deep Lilac

📋 copy color: '#975CBA'

red 151 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #975CBA

Tints of Deep Lilac #975CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 35.2%
G = 21.45%
B = 43.36%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#975CBA (or 0x975CBA) is known color: Deep Lilac. HEX triplet: 97, 5C and BA. RGB value is (151,92,186). Sum of RGB (Red+Green+Blue) = 151+92+186=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #975CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CBA is #68A345. Grayscale: #787878. Windows color (decimal): -6857542 or 12213399. OLE color: 12213399.

HSL color Cylindrical-coordinate representation of color #975CBA: hue angle of 277.66º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #975CBA is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 92 186 -
CMYK 0.19 0.51 0 0.27
HSL 277.66º 0.41% 0.55% -
HSV(B) 277.66º 0.51% 0.73% -
XYZ 25.45 17.78 48.54 -
YUV 120.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 151 92 186 0.19 0.51 0 0.27 277.66 0.41 0.55
Hex 97 5C BA 13 33 0 1B 116 29 37
Octal 227 134 272 23 63 0 33 426 51 67
Binary 10010111 1011100 10111010 10011 110011 0 11011 100010110 101001 110111

Color Harmonies of #975CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CBA

Black with #975CBA

Text Example


Text Example

White with #975CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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