Html Css Color HEX #974ACB Deep Lilac

📋 copy color: '#974ACB'

red 151 ◦ green 74 ◦ blue 203

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

Shades of Deep Lilac #974ACB

Tints of Deep Lilac #974ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.29%

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 35.28%
G = 17.29%
B = 47.43%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#974ACB (or 0x974ACB) is known color: Deep Lilac. HEX triplet: 97, 4A and CB. RGB value is (151,74,203). Sum of RGB (Red+Green+Blue) = 151+74+203=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #974ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ACB is #68B534. Grayscale: #6F6F6F. Windows color (decimal): -6862133 or 13322903. OLE color: 13322903.

HSL color Cylindrical-coordinate representation of color #974ACB: hue angle of 275.81º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #974ACB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 74 203 -
CMYK 0.26 0.64 0 0.20
HSL 275.81º 0.55% 0.54% -
HSV(B) 275.81º 0.64% 0.8% -
XYZ 25.99 15.79 58.18 -
YUV 111.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 151 74 203 0.26 0.64 0 0.20 275.81 0.55 0.54
Hex 97 4A CB 1A 40 0 14 114 37 36
Octal 227 112 313 32 100 0 24 424 67 66
Binary 10010111 1001010 11001011 11010 1000000 0 10100 100010100 110111 110110

Color Harmonies of #974ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974ACB

Black with #974ACB

Text Example


Text Example

White with #974ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,74,203); }

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

background-color css

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

 a { background-color: rgb(151,74,203); }

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

border-color css

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

 span { border-color: rgb(151,74,203); }

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