Html Css Color HEX #975BBD Deep Lilac

📋 copy color: '#975BBD'

red 151 ◦ green 91 ◦ blue 189

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

Shades of Deep Lilac #975BBD

Tints of Deep Lilac #975BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 35.03%
G = 21.11%
B = 43.85%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#975BBD (or 0x975BBD) is known color: Deep Lilac. HEX triplet: 97, 5B and BD. RGB value is (151,91,189). Sum of RGB (Red+Green+Blue) = 151+91+189=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #975BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BBD is #68A442. Grayscale: #777777. Windows color (decimal): -6857795 or 12409751. OLE color: 12409751.

HSL color Cylindrical-coordinate representation of color #975BBD: hue angle of 276.73º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #975BBD is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 91 189 -
CMYK 0.20 0.52 0 0.26
HSL 276.73º 0.43% 0.55% -
HSV(B) 276.73º 0.52% 0.74% -
XYZ 25.69 17.74 50.21 -
YUV 120.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 151 91 189 0.20 0.52 0 0.26 276.73 0.43 0.55
Hex 97 5B BD 14 34 0 1A 115 2B 37
Octal 227 133 275 24 64 0 32 425 53 67
Binary 10010111 1011011 10111101 10100 110100 0 11010 100010101 101011 110111

Color Harmonies of #975BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BBD

Black with #975BBD

Text Example


Text Example

White with #975BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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