Html Css Color HEX #974CBC Deep Lilac

📋 copy color: '#974CBC'

red 151 ◦ green 76 ◦ blue 188

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

Shades of Deep Lilac #974CBC

Tints of Deep Lilac #974CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.31%

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

R = 36.39%
G = 18.31%
B = 45.3%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#974CBC (or 0x974CBC) is known color: Deep Lilac. HEX triplet: 97, 4C and BC. RGB value is (151,76,188). Sum of RGB (Red+Green+Blue) = 151+76+188=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #974CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CBC is #68B343. Grayscale: #6E6E6E. Windows color (decimal): -6861636 or 12340375. OLE color: 12340375.

HSL color Cylindrical-coordinate representation of color #974CBC: hue angle of 280.18º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #974CBC is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 76 188 -
CMYK 0.20 0.60 0 0.26
HSL 280.18º 0.46% 0.52% -
HSV(B) 280.18º 0.6% 0.74% -
XYZ 24.42 15.38 49.26 -
YUV 111.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 151 76 188 0.20 0.60 0 0.26 280.18 0.46 0.52
Hex 97 4C BC 14 3C 0 1A 118 2E 34
Octal 227 114 274 24 74 0 32 430 56 64
Binary 10010111 1001100 10111100 10100 111100 0 11010 100011000 101110 110100

Color Harmonies of #974CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CBC

Black with #974CBC

Text Example


Text Example

White with #974CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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