Html Css Color HEX #99478B Violet Blue

📋 copy color: '#99478B'

red 153 ◦ green 71 ◦ blue 139

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

Shades of Violet Blue #99478B

Tints of Violet Blue #99478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

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

R = 42.15%
G = 19.56%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99478B (or 0x99478B) is known color: Violet Blue. HEX triplet: 99, 47 and 8B. RGB value is (153,71,139). Sum of RGB (Red+Green+Blue) = 153+71+139=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99478B is #66B874. Grayscale: #676767. Windows color (decimal): -6731893 or 9127833. OLE color: 9127833.

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

Color convert

RGB 153 71 139 -
CMYK 0 0.54 0.09 0.4
HSL 310.24º 0.37% 0.44% -
HSV(B) 310.24º 0.54% 0.6% -
XYZ 20.05 13.14 25.91 -
YUV 103.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 153 71 139 0 0.54 0.09 0.4 310.24 0.37 0.44
Hex 99 47 8B 0 36 9 28 136 25 2C
Octal 231 107 213 0 66 11 50 466 45 54
Binary 10011001 1000111 10001011 0 110110 1001 101000 100110110 100101 101100

Color Harmonies of #99478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99478B

Black with #99478B

Text Example


Text Example

White with #99478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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