Html Css Color HEX #975BBC Deep Lilac

📋 copy color: '#975BBC'

red 151 ◦ green 91 ◦ blue 188

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

Shades of Deep Lilac #975BBC

Tints of Deep Lilac #975BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 35.12%
G = 21.16%
B = 43.72%

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

#975BBC (or 0x975BBC) is known color: Deep Lilac. HEX triplet: 97, 5B and BC. RGB value is (151,91,188). Sum of RGB (Red+Green+Blue) = 151+91+188=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #975BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BBC is #68A443. Grayscale: #777777. Windows color (decimal): -6857796 or 12344215. OLE color: 12344215.

HSL color Cylindrical-coordinate representation of color #975BBC: hue angle of 277.11º degrees, saturation: 0.42, 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 #975BBC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 91 188 -
CMYK 0.20 0.52 0 0.26
HSL 277.11º 0.42% 0.55% -
HSV(B) 277.11º 0.52% 0.74% -
XYZ 25.58 17.69 49.64 -
YUV 120 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 151 91 188 0.20 0.52 0 0.26 277.11 0.42 0.55
Hex 97 5B BC 14 34 0 1A 115 2A 37
Octal 227 133 274 24 64 0 32 425 52 67
Binary 10010111 1011011 10111100 10100 110100 0 11010 100010101 101010 110111

Color Harmonies of #975BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975BBC

Black with #975BBC

Text Example


Text Example

White with #975BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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