Html Css Color HEX #975DBC Deep Lilac

📋 copy color: '#975DBC'

red 151 ◦ green 93 ◦ blue 188

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

Shades of Deep Lilac #975DBC

Tints of Deep Lilac #975DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.53%

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

R = 34.95%
G = 21.53%
B = 43.52%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#975DBC (or 0x975DBC) is known color: Deep Lilac. HEX triplet: 97, 5D and BC. RGB value is (151,93,188). Sum of RGB (Red+Green+Blue) = 151+93+188=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #975DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DBC is #68A243. Grayscale: #787878. Windows color (decimal): -6857284 or 12344727. OLE color: 12344727.

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

Color convert

RGB 151 93 188 -
CMYK 0.20 0.51 0 0.26
HSL 276.63º 0.41% 0.55% -
HSV(B) 276.63º 0.51% 0.74% -
XYZ 25.75 18.04 49.7 -
YUV 121.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 151 93 188 0.20 0.51 0 0.26 276.63 0.41 0.55
Hex 97 5D BC 14 33 0 1A 115 29 37
Octal 227 135 274 24 63 0 32 425 51 67
Binary 10010111 1011101 10111100 10100 110011 0 11010 100010101 101001 110111

Color Harmonies of #975DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DBC

Black with #975DBC

Text Example


Text Example

White with #975DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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