Html Css Color HEX #974BCB Deep Lilac

📋 copy color: '#974BCB'

red 151 ◦ green 75 ◦ blue 203

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

Shades of Deep Lilac #974BCB

Tints of Deep Lilac #974BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.48%

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

R = 35.2%
G = 17.48%
B = 47.32%

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

#974BCB (or 0x974BCB) is known color: Deep Lilac. HEX triplet: 97, 4B and CB. RGB value is (151,75,203). Sum of RGB (Red+Green+Blue) = 151+75+203=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #974BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974BCB is #68B434. Grayscale: #6F6F6F. Windows color (decimal): -6861877 or 13323159. OLE color: 13323159.

HSL color Cylindrical-coordinate representation of color #974BCB: hue angle of 275.62º 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 #974BCB is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 75 203 -
CMYK 0.26 0.63 0 0.20
HSL 275.63º 0.55% 0.55% -
HSV(B) 275.63º 0.63% 0.8% -
XYZ 26.06 15.92 58.2 -
YUV 112.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 151 75 203 0.26 0.63 0 0.20 275.63 0.55 0.55
Hex 97 4B CB 1A 3F 0 14 114 37 37
Octal 227 113 313 32 77 0 24 424 67 67
Binary 10010111 1001011 11001011 11010 111111 0 10100 100010100 110111 110111

Color Harmonies of #974BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974BCB

Black with #974BCB

Text Example


Text Example

White with #974BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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