Html Css Color HEX #994593 Violet Blue

📋 copy color: '#994593'

red 153 ◦ green 69 ◦ blue 147

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

Shades of Violet Blue #994593

Tints of Violet Blue #994593

RGB

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

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

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

R = 41.46%
G = 18.7%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#994593 (or 0x994593) is known color: Violet Blue. HEX triplet: 99, 45 and 93. RGB value is (153,69,147). Sum of RGB (Red+Green+Blue) = 153+69+147=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #994593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994593 is #66BA6C. Grayscale: #666666. Windows color (decimal): -6732397 or 9651609. OLE color: 9651609.

HSL color Cylindrical-coordinate representation of color #994593: hue angle of 304.29º 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 #994593 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 69 147 -
CMYK 0 0.55 0.04 0.4
HSL 304.29º 0.38% 0.44% -
HSV(B) 304.29º 0.55% 0.6% -
XYZ 20.53 13.14 29.06 -
YUV 103.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 153 69 147 0 0.55 0.04 0.4 304.29 0.38 0.44
Hex 99 45 93 0 37 4 28 130 26 2C
Octal 231 105 223 0 67 4 50 460 46 54
Binary 10011001 1000101 10010011 0 110111 100 101000 100110000 100110 101100

Color Harmonies of #994593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994593

Black with #994593

Text Example


Text Example

White with #994593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994593; }

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

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

background-color css

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

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

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

border-color css

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

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

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