Html Css Color HEX #975FBC Deep Lilac

📋 copy color: '#975FBC'

red 151 ◦ green 95 ◦ blue 188

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

Shades of Deep Lilac #975FBC

Tints of Deep Lilac #975FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.89%

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

R = 34.79%
G = 21.89%
B = 43.32%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#975FBC (or 0x975FBC) is known color: Deep Lilac. HEX triplet: 97, 5F and BC. RGB value is (151,95,188). Sum of RGB (Red+Green+Blue) = 151+95+188=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #975FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975FBC is #68A043. Grayscale: #7A7A7A. Windows color (decimal): -6856772 or 12345239. OLE color: 12345239.

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

Color convert

RGB 151 95 188 -
CMYK 0.20 0.49 0 0.26
HSL 276.13º 0.41% 0.55% -
HSV(B) 276.13º 0.49% 0.74% -
XYZ 25.93 18.39 49.76 -
YUV 122.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 151 95 188 0.20 0.49 0 0.26 276.13 0.41 0.55
Hex 97 5F BC 14 31 0 1A 114 29 37
Octal 227 137 274 24 61 0 32 424 51 67
Binary 10010111 1011111 10111100 10100 110001 0 11010 100010100 101001 110111

Color Harmonies of #975FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FBC

Black with #975FBC

Text Example


Text Example

White with #975FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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