Html Css Color HEX #975BBA Deep Lilac

📋 copy color: '#975BBA'

red 151 ◦ green 91 ◦ blue 186

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

Shades of Deep Lilac #975BBA

Tints of Deep Lilac #975BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 35.28%
G = 21.26%
B = 43.46%

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

#975BBA (or 0x975BBA) is known color: Deep Lilac. HEX triplet: 97, 5B and BA. RGB value is (151,91,186). Sum of RGB (Red+Green+Blue) = 151+91+186=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #975BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BBA is #68A445. Grayscale: #777777. Windows color (decimal): -6857798 or 12213143. OLE color: 12213143.

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

Color convert

RGB 151 91 186 -
CMYK 0.19 0.51 0 0.27
HSL 277.89º 0.41% 0.54% -
HSV(B) 277.89º 0.51% 0.73% -
XYZ 25.37 17.61 48.52 -
YUV 119.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 151 91 186 0.19 0.51 0 0.27 277.89 0.41 0.54
Hex 97 5B BA 13 33 0 1B 116 29 36
Octal 227 133 272 23 63 0 33 426 51 66
Binary 10010111 1011011 10111010 10011 110011 0 11011 100010110 101001 110110

Color Harmonies of #975BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BBA

Black with #975BBA

Text Example


Text Example

White with #975BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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