Html Css Color HEX #99449D Violet Blue

📋 copy color: '#99449D'

red 153 ◦ green 68 ◦ blue 157

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

Shades of Violet Blue #99449D

Tints of Violet Blue #99449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.99%

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 40.48%
G = 17.99%
B = 41.53%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99449D (or 0x99449D) is known color: Violet Blue. HEX triplet: 99, 44 and 9D. RGB value is (153,68,157). Sum of RGB (Red+Green+Blue) = 153+68+157=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #99449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99449D is #66BB62. Grayscale: #676767. Windows color (decimal): -6732643 or 10306713. OLE color: 10306713.

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

Color convert

RGB 153 68 157 -
CMYK 0.03 0.57 0 0.38
HSL 297.3º 0.4% 0.44% -
HSV(B) 297.3º 0.57% 0.62% -
XYZ 21.29 13.34 33.35 -
YUV 103.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 153 68 157 0.03 0.57 0 0.38 297.3 0.4 0.44
Hex 99 44 9D 3 39 0 26 129 28 2C
Octal 231 104 235 3 71 0 46 451 50 54
Binary 10011001 1000100 10011101 11 111001 0 100110 100101001 101000 101100

Color Harmonies of #99449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99449D

Black with #99449D

Text Example


Text Example

White with #99449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99449D; }

 p { color: rgb(153,68,157); }

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

background-color css

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

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

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

border-color css

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

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

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