Html Css Color HEX #994497 Violet Blue

📋 copy color: '#994497'

red 153 ◦ green 68 ◦ blue 151

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

Shades of Violet Blue #994497

Tints of Violet Blue #994497

RGB

 RED value IS 153 (60.16% from 255) = 41.13%

 GREEN value IS 68 (26.95% from 255) = 18.28%

 BLUE value IS 151 (59.38% from 255) = 40.59%

R = 41.13%
G = 18.28%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#994497 (or 0x994497) is known color: Violet Blue. HEX triplet: 99, 44 and 97. RGB value is (153,68,151). Sum of RGB (Red+Green+Blue) = 153+68+151=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #994497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994497 is #66BB68. Grayscale: #666666. Windows color (decimal): -6732649 or 9913497. OLE color: 9913497.

HSL color Cylindrical-coordinate representation of color #994497: hue angle of 301.41º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994497 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 151 -
CMYK 0 0.56 0.01 0.4
HSL 301.41º 0.38% 0.43% -
HSV(B) 301.41º 0.56% 0.6% -
XYZ 20.79 13.14 30.72 -
YUV 102.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 153 68 151 0 0.56 0.01 0.4 301.41 0.38 0.43
Hex 99 44 97 0 38 1 28 12D 26 2B
Octal 231 104 227 0 70 1 50 455 46 53
Binary 10011001 1000100 10010111 0 111000 1 101000 100101101 100110 101011

Color Harmonies of #994497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994497

Black with #994497

Text Example


Text Example

White with #994497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994497; }

 p { color: rgb(153,68,151); }

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

background-color css

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

 a { background-color: rgb(153,68,151); }

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

border-color css

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

 span { border-color: rgb(153,68,151); }

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