Html Css Color HEX #994988 Violet Blue

📋 copy color: '#994988'

red 153 ◦ green 73 ◦ blue 136

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

Shades of Violet Blue #994988

Tints of Violet Blue #994988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

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

R = 42.27%
G = 20.17%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#994988 (or 0x994988) is known color: Violet Blue. HEX triplet: 99, 49 and 88. RGB value is (153,73,136). Sum of RGB (Red+Green+Blue) = 153+73+136=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #994988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994988 is #66B677. Grayscale: #676767. Windows color (decimal): -6731384 or 8931737. OLE color: 8931737.

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

Color convert

RGB 153 73 136 -
CMYK 0 0.52 0.11 0.4
HSL 312.75º 0.35% 0.44% -
HSV(B) 312.75º 0.52% 0.6% -
XYZ 19.96 13.31 24.81 -
YUV 104.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 153 73 136 0 0.52 0.11 0.4 312.75 0.35 0.44
Hex 99 49 88 0 34 B 28 139 23 2C
Octal 231 111 210 0 64 13 50 471 43 54
Binary 10011001 1001001 10001000 0 110100 1011 101000 100111001 100011 101100

Color Harmonies of #994988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994988

Black with #994988

Text Example


Text Example

White with #994988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994988; }

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

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

background-color css

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

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

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

border-color css

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

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

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