Html Css Color HEX #974CCB Deep Lilac

📋 copy color: '#974CCB'

red 151 ◦ green 76 ◦ blue 203

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

Shades of Deep Lilac #974CCB

Tints of Deep Lilac #974CCB

RGB

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

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

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

R = 35.12%
G = 17.67%
B = 47.21%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#974CCB (or 0x974CCB) is known color: Deep Lilac. HEX triplet: 97, 4C and CB. RGB value is (151,76,203). Sum of RGB (Red+Green+Blue) = 151+76+203=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #974CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CCB is #68B334. Grayscale: #707070. Windows color (decimal): -6861621 or 13323415. OLE color: 13323415.

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

Color convert

RGB 151 76 203 -
CMYK 0.26 0.63 0 0.20
HSL 275.43º 0.55% 0.55% -
HSV(B) 275.43º 0.63% 0.8% -
XYZ 26.13 16.06 58.22 -
YUV 112.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 151 76 203 0.26 0.63 0 0.20 275.43 0.55 0.55
Hex 97 4C CB 1A 3F 0 14 113 37 37
Octal 227 114 313 32 77 0 24 423 67 67
Binary 10010111 1001100 11001011 11010 111111 0 10100 100010011 110111 110111

Color Harmonies of #974CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CCB

Black with #974CCB

Text Example


Text Example

White with #974CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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