Html Css Color HEX #975EBB Deep Lilac

📋 copy color: '#975EBB'

red 151 ◦ green 94 ◦ blue 187

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

Shades of Deep Lilac #975EBB

Tints of Deep Lilac #975EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.76%

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

R = 34.95%
G = 21.76%
B = 43.29%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#975EBB (or 0x975EBB) is known color: Deep Lilac. HEX triplet: 97, 5E and BB. RGB value is (151,94,187). Sum of RGB (Red+Green+Blue) = 151+94+187=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #975EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975EBB is #68A144. Grayscale: #797979. Windows color (decimal): -6857029 or 12279447. OLE color: 12279447.

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

Color convert

RGB 151 94 187 -
CMYK 0.19 0.50 0 0.27
HSL 276.77º 0.41% 0.55% -
HSV(B) 276.77º 0.5% 0.73% -
XYZ 25.73 18.17 49.16 -
YUV 121.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 151 94 187 0.19 0.50 0 0.27 276.77 0.41 0.55
Hex 97 5E BB 13 32 0 1B 115 29 37
Octal 227 136 273 23 62 0 33 425 51 67
Binary 10010111 1011110 10111011 10011 110010 0 11011 100010101 101001 110111

Color Harmonies of #975EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975EBB

Black with #975EBB

Text Example


Text Example

White with #975EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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