Html Css Color HEX #974CCA Deep Lilac

📋 copy color: '#974CCA'

red 151 ◦ green 76 ◦ blue 202

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

Shades of Deep Lilac #974CCA

Tints of Deep Lilac #974CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 35.2%
G = 17.72%
B = 47.09%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#974CCA (or 0x974CCA) is known color: Deep Lilac. HEX triplet: 97, 4C and CA. RGB value is (151,76,202). Sum of RGB (Red+Green+Blue) = 151+76+202=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #974CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CCA is #68B335. Grayscale: #707070. Windows color (decimal): -6861622 or 13257879. OLE color: 13257879.

HSL color Cylindrical-coordinate representation of color #974CCA: hue angle of 275.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #974CCA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 76 202 -
CMYK 0.25 0.62 0 0.21
HSL 275.71º 0.54% 0.55% -
HSV(B) 275.71º 0.62% 0.79% -
XYZ 26.01 16.01 57.6 -
YUV 112.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 151 76 202 0.25 0.62 0 0.21 275.71 0.54 0.55
Hex 97 4C CA 19 3E 0 15 114 36 37
Octal 227 114 312 31 76 0 25 424 66 67
Binary 10010111 1001100 11001010 11001 111110 0 10101 100010100 110110 110111

Color Harmonies of #974CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CCA

Black with #974CCA

Text Example


Text Example

White with #974CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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