Html Css Color HEX #99558B Violet Blue

📋 copy color: '#99558B'

red 153 ◦ green 85 ◦ blue 139

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

Shades of Violet Blue #99558B

Tints of Violet Blue #99558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 40.58%
G = 22.55%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99558B (or 0x99558B) is known color: Violet Blue. HEX triplet: 99, 55 and 8B. RGB value is (153,85,139). Sum of RGB (Red+Green+Blue) = 153+85+139=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #99558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99558B is #66AA74. Grayscale: #6F6F6F. Windows color (decimal): -6728309 or 9131417. OLE color: 9131417.

HSL color Cylindrical-coordinate representation of color #99558B: hue angle of 312.35º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99558B is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 139 -
CMYK 0 0.44 0.09 0.4
HSL 312.35º 0.29% 0.47% -
HSV(B) 312.35º 0.44% 0.6% -
XYZ 21.05 15.13 26.24 -
YUV 111.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 153 85 139 0 0.44 0.09 0.4 312.35 0.29 0.47
Hex 99 55 8B 0 2C 9 28 138 1D 2F
Octal 231 125 213 0 54 11 50 470 35 57
Binary 10011001 1010101 10001011 0 101100 1001 101000 100111000 11101 101111

Color Harmonies of #99558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99558B

Black with #99558B

Text Example


Text Example

White with #99558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99558B; }

 p { color: rgb(153,85,139); }

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

background-color css

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

 a { background-color: rgb(153,85,139); }

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

border-color css

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

 span { border-color: rgb(153,85,139); }

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