Html Css Color HEX #975BBB Deep Lilac

📋 copy color: '#975BBB'

red 151 ◦ green 91 ◦ blue 187

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

Shades of Deep Lilac #975BBB

Tints of Deep Lilac #975BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.21%

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

R = 35.2%
G = 21.21%
B = 43.59%

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

#975BBB (or 0x975BBB) is known color: Deep Lilac. HEX triplet: 97, 5B and BB. RGB value is (151,91,187). Sum of RGB (Red+Green+Blue) = 151+91+187=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #975BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BBB is #68A444. Grayscale: #777777. Windows color (decimal): -6857797 or 12278679. OLE color: 12278679.

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

Color convert

RGB 151 91 187 -
CMYK 0.19 0.51 0 0.27
HSL 277.5º 0.41% 0.55% -
HSV(B) 277.5º 0.51% 0.73% -
XYZ 25.47 17.65 49.08 -
YUV 119.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 151 91 187 0.19 0.51 0 0.27 277.5 0.41 0.55
Hex 97 5B BB 13 33 0 1B 116 29 37
Octal 227 133 273 23 63 0 33 426 51 67
Binary 10010111 1011011 10111011 10011 110011 0 11011 100010110 101001 110111

Color Harmonies of #975BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BBB

Black with #975BBB

Text Example


Text Example

White with #975BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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