Html Css Color HEX #994599 Violet Blue

📋 copy color: '#994599'

red 153 ◦ green 69 ◦ blue 153

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

Shades of Violet Blue #994599

Tints of Violet Blue #994599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 40.8%
G = 18.4%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#994599 (or 0x994599) is known color: Violet Blue. HEX triplet: 99, 45 and 99. RGB value is (153,69,153). Sum of RGB (Red+Green+Blue) = 153+69+153=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #994599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994599 is #66BA66. Grayscale: #676767. Windows color (decimal): -6732391 or 10044825. OLE color: 10044825.

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

Color convert

RGB 153 69 153 -
CMYK 0 0.55 0 0.4
HSL 300º 0.38% 0.44% -
HSV(B) 300º 0.55% 0.6% -
XYZ 21.01 13.33 31.6 -
YUV 103.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 153 69 153 0 0.55 0 0.4 300 0.38 0.44
Hex 99 45 99 0 37 0 28 12C 26 2C
Octal 231 105 231 0 67 0 50 454 46 54
Binary 10011001 1000101 10011001 0 110111 0 101000 100101100 100110 101100

Color Harmonies of #994599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994599

Black with #994599

Text Example


Text Example

White with #994599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994599; }

 p { color: rgb(153,69,153); }

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

background-color css

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

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

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

border-color css

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

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

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