Html Css Color HEX #975CBC Deep Lilac

📋 copy color: '#975CBC'

red 151 ◦ green 92 ◦ blue 188

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

Shades of Deep Lilac #975CBC

Tints of Deep Lilac #975CBC

RGB

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

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

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

R = 35.03%
G = 21.35%
B = 43.62%

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

#975CBC (or 0x975CBC) is known color: Deep Lilac. HEX triplet: 97, 5C and BC. RGB value is (151,92,188). Sum of RGB (Red+Green+Blue) = 151+92+188=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #975CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CBC is #68A343. Grayscale: #787878. Windows color (decimal): -6857540 or 12344471. OLE color: 12344471.

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

Color convert

RGB 151 92 188 -
CMYK 0.20 0.51 0 0.26
HSL 276.88º 0.42% 0.55% -
HSV(B) 276.88º 0.51% 0.74% -
XYZ 25.67 17.86 49.67 -
YUV 120.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 151 92 188 0.20 0.51 0 0.26 276.88 0.42 0.55
Hex 97 5C BC 14 33 0 1A 115 2A 37
Octal 227 134 274 24 63 0 32 425 52 67
Binary 10010111 1011100 10111100 10100 110011 0 11010 100010101 101010 110111

Color Harmonies of #975CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975CBC

Black with #975CBC

Text Example


Text Example

White with #975CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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