Html Css Color HEX #994592 Violet Blue

📋 copy color: '#994592'

red 153 ◦ green 69 ◦ blue 146

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

Shades of Violet Blue #994592

Tints of Violet Blue #994592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 41.58%
G = 18.75%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#994592 (or 0x994592) is known color: Violet Blue. HEX triplet: 99, 45 and 92. RGB value is (153,69,146). Sum of RGB (Red+Green+Blue) = 153+69+146=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #994592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994592 is #66BA6D. Grayscale: #666666. Windows color (decimal): -6732398 or 9586073. OLE color: 9586073.

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

Color convert

RGB 153 69 146 -
CMYK 0 0.55 0.05 0.4
HSL 305º 0.38% 0.44% -
HSV(B) 305º 0.55% 0.6% -
XYZ 20.45 13.1 28.65 -
YUV 102.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 153 69 146 0 0.55 0.05 0.4 305 0.38 0.44
Hex 99 45 92 0 37 5 28 131 26 2C
Octal 231 105 222 0 67 5 50 461 46 54
Binary 10011001 1000101 10010010 0 110111 101 101000 100110001 100110 101100

Color Harmonies of #994592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994592

Black with #994592

Text Example


Text Example

White with #994592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994592; }

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

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

background-color css

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

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

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

border-color css

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

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

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