Html Css Color HEX #976393 Violet Blue

📋 copy color: '#976393'

red 151 ◦ green 99 ◦ blue 147

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

Shades of Violet Blue #976393

Tints of Violet Blue #976393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.94%

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 38.04%
G = 24.94%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#976393 (or 0x976393) is known color: Violet Blue. HEX triplet: 97, 63 and 93. RGB value is (151,99,147). Sum of RGB (Red+Green+Blue) = 151+99+147=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #976393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976393 is #689C6C. Grayscale: #777777. Windows color (decimal): -6855789 or 9659287. OLE color: 9659287.

HSL color Cylindrical-coordinate representation of color #976393: hue angle of 304.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976393 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 99 147 -
CMYK 0 0.34 0.03 0.41
HSL 304.62º 0.21% 0.49% -
HSV(B) 304.62º 0.34% 0.59% -
XYZ 22.49 17.61 29.82 -
YUV 120.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 151 99 147 0 0.34 0.03 0.41 304.62 0.21 0.49
Hex 97 63 93 0 22 3 29 131 15 31
Octal 227 143 223 0 42 3 51 461 25 61
Binary 10010111 1100011 10010011 0 100010 11 101001 100110001 10101 110001

Color Harmonies of #976393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976393

Black with #976393

Text Example


Text Example

White with #976393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976393; }

 p { color: rgb(151,99,147); }

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

background-color css

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

 a { background-color: rgb(151,99,147); }

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

border-color css

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

 span { border-color: rgb(151,99,147); }

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