Html Css Color HEX #975FBB Deep Lilac

📋 copy color: '#975FBB'

red 151 ◦ green 95 ◦ blue 187

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

Shades of Deep Lilac #975FBB

Tints of Deep Lilac #975FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.19%

R = 34.87%
G = 21.94%
B = 43.19%

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

#975FBB (or 0x975FBB) is known color: Deep Lilac. HEX triplet: 97, 5F and BB. RGB value is (151,95,187). Sum of RGB (Red+Green+Blue) = 151+95+187=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #975FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975FBB is #68A044. Grayscale: #797979. Windows color (decimal): -6856773 or 12279703. OLE color: 12279703.

HSL color Cylindrical-coordinate representation of color #975FBB: hue angle of 276.52º 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 #975FBB is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 95 187 -
CMYK 0.19 0.49 0 0.27
HSL 276.52º 0.4% 0.55% -
HSV(B) 276.52º 0.49% 0.73% -
XYZ 25.82 18.35 49.19 -
YUV 122.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 151 95 187 0.19 0.49 0 0.27 276.52 0.4 0.55
Hex 97 5F BB 13 31 0 1B 115 28 37
Octal 227 137 273 23 61 0 33 425 50 67
Binary 10010111 1011111 10111011 10011 110001 0 11011 100010101 101000 110111

Color Harmonies of #975FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FBB

Black with #975FBB

Text Example


Text Example

White with #975FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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