Html Css Color HEX #975CBB Deep Lilac

📋 copy color: '#975CBB'

red 151 ◦ green 92 ◦ blue 187

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

Shades of Deep Lilac #975CBB

Tints of Deep Lilac #975CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.4%

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

R = 35.12%
G = 21.4%
B = 43.49%

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

#975CBB (or 0x975CBB) is known color: Deep Lilac. HEX triplet: 97, 5C and BB. RGB value is (151,92,187). Sum of RGB (Red+Green+Blue) = 151+92+187=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #975CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CBB is #68A344. Grayscale: #787878. Windows color (decimal): -6857541 or 12278935. OLE color: 12278935.

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

Color convert

RGB 151 92 187 -
CMYK 0.19 0.51 0 0.27
HSL 277.26º 0.41% 0.55% -
HSV(B) 277.26º 0.51% 0.73% -
XYZ 25.56 17.82 49.11 -
YUV 120.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 151 92 187 0.19 0.51 0 0.27 277.26 0.41 0.55
Hex 97 5C BB 13 33 0 1B 115 29 37
Octal 227 134 273 23 63 0 33 425 51 67
Binary 10010111 1011100 10111011 10011 110011 0 11011 100010101 101001 110111

Color Harmonies of #975CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CBB

Black with #975CBB

Text Example


Text Example

White with #975CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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