Html Css Color HEX #975FBA Deep Lilac

📋 copy color: '#975FBA'

red 151 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #975FBA

Tints of Deep Lilac #975FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

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

R = 34.95%
G = 21.99%
B = 43.06%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#975FBA (or 0x975FBA) is known color: Deep Lilac. HEX triplet: 97, 5F and BA. RGB value is (151,95,186). Sum of RGB (Red+Green+Blue) = 151+95+186=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #975FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975FBA is #68A045. Grayscale: #797979. Windows color (decimal): -6856774 or 12214167. OLE color: 12214167.

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

Color convert

RGB 151 95 186 -
CMYK 0.19 0.49 0 0.27
HSL 276.92º 0.4% 0.55% -
HSV(B) 276.92º 0.49% 0.73% -
XYZ 25.72 18.31 48.63 -
YUV 122.12 164.05 148.6 -
System Red Green Blue C M Y K H S L
Decimal 151 95 186 0.19 0.49 0 0.27 276.92 0.4 0.55
Hex 97 5F BA 13 31 0 1B 115 28 37
Octal 227 137 272 23 61 0 33 425 50 67
Binary 10010111 1011111 10111010 10011 110001 0 11011 100010101 101000 110111

Color Harmonies of #975FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FBA

Black with #975FBA

Text Example


Text Example

White with #975FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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