Html Css Color HEX #973FBA Deep Lilac

📋 copy color: '#973FBA'

red 151 ◦ green 63 ◦ blue 186

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

Shades of Deep Lilac #973FBA

Tints of Deep Lilac #973FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.75%

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 37.75%
G = 15.75%
B = 46.5%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#973FBA (or 0x973FBA) is known color: Deep Lilac. HEX triplet: 97, 3F and BA. RGB value is (151,63,186). Sum of RGB (Red+Green+Blue) = 151+63+186=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #973FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FBA is #68C045. Grayscale: #666666. Windows color (decimal): -6864966 or 12205975. OLE color: 12205975.

HSL color Cylindrical-coordinate representation of color #973FBA: hue angle of 282.93º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973FBA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 63 186 -
CMYK 0.19 0.66 0 0.27
HSL 282.93º 0.49% 0.49% -
HSV(B) 282.93º 0.66% 0.73% -
XYZ 23.4 13.68 47.86 -
YUV 103.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 151 63 186 0.19 0.66 0 0.27 282.93 0.49 0.49
Hex 97 3F BA 13 42 0 1B 11B 31 31
Octal 227 77 272 23 102 0 33 433 61 61
Binary 10010111 111111 10111010 10011 1000010 0 11011 100011011 110001 110001

Color Harmonies of #973FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973FBA

Black with #973FBA

Text Example


Text Example

White with #973FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973FBA; }

 p { color: rgb(151,63,186); }

 H1.HeaderClassName
 {
   color: #973FBA;
 }
 .AnyTagClassName
 {
   color: #973FBA;
 }
</style>

background-color css

<style>
 a { background-color: #973FBA; }

 a { background-color: rgb(151,63,186); }

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

border-color css

<style>
 span { border-color: #973FBA; }

 span { border-color: rgb(151,63,186); }

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