Html Css Color HEX #994588 Violet Blue

📋 copy color: '#994588'

red 153 ◦ green 69 ◦ blue 136

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

Shades of Violet Blue #994588

Tints of Violet Blue #994588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 42.74%
G = 19.27%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#994588 (or 0x994588) is known color: Violet Blue. HEX triplet: 99, 45 and 88. RGB value is (153,69,136). Sum of RGB (Red+Green+Blue) = 153+69+136=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #994588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994588 is #66BA77. Grayscale: #656565. Windows color (decimal): -6732408 or 8930713. OLE color: 8930713.

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

Color convert

RGB 153 69 136 -
CMYK 0 0.55 0.11 0.4
HSL 312.14º 0.38% 0.44% -
HSV(B) 312.14º 0.55% 0.6% -
XYZ 19.71 12.81 24.73 -
YUV 101.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 153 69 136 0 0.55 0.11 0.4 312.14 0.38 0.44
Hex 99 45 88 0 37 B 28 138 26 2C
Octal 231 105 210 0 67 13 50 470 46 54
Binary 10011001 1000101 10001000 0 110111 1011 101000 100111000 100110 101100

Color Harmonies of #994588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994588

Black with #994588

Text Example


Text Example

White with #994588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994588; }

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

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

background-color css

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

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

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

border-color css

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

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

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