Html Css Color HEX #975BB3 Deep Lilac

📋 copy color: '#975BB3'

red 151 ◦ green 91 ◦ blue 179

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

Shades of Deep Lilac #975BB3

Tints of Deep Lilac #975BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.52%

R = 35.87%
G = 21.62%
B = 42.52%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#975BB3 (or 0x975BB3) is known color: Deep Lilac. HEX triplet: 97, 5B and B3. RGB value is (151,91,179). Sum of RGB (Red+Green+Blue) = 151+91+179=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #975BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BB3 is #68A44C. Grayscale: #767676. Windows color (decimal): -6857805 or 11754391. OLE color: 11754391.

HSL color Cylindrical-coordinate representation of color #975BB3: hue angle of 280.91º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #975BB3 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 91 179 -
CMYK 0.16 0.49 0 0.30
HSL 280.91º 0.37% 0.53% -
HSV(B) 280.91º 0.49% 0.7% -
XYZ 24.64 17.32 44.69 -
YUV 118.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 151 91 179 0.16 0.49 0 0.30 280.91 0.37 0.53
Hex 97 5B B3 10 31 0 1E 119 25 35
Octal 227 133 263 20 61 0 36 431 45 65
Binary 10010111 1011011 10110011 10000 110001 0 11110 100011001 100101 110101

Color Harmonies of #975BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BB3

Black with #975BB3

Text Example


Text Example

White with #975BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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