Html Css Color HEX #99469B Violet Blue

📋 copy color: '#99469B'

red 153 ◦ green 70 ◦ blue 155

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

Shades of Violet Blue #99469B

Tints of Violet Blue #99469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 40.48%
G = 18.52%
B = 41.01%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99469B (or 0x99469B) is known color: Violet Blue. HEX triplet: 99, 46 and 9B. RGB value is (153,70,155). Sum of RGB (Red+Green+Blue) = 153+70+155=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #99469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99469B is #66B964. Grayscale: #686868. Windows color (decimal): -6732133 or 10176153. OLE color: 10176153.

HSL color Cylindrical-coordinate representation of color #99469B: hue angle of 298.59º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99469B is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 70 155 -
CMYK 0.01 0.55 0 0.39
HSL 298.59º 0.38% 0.44% -
HSV(B) 298.59º 0.55% 0.61% -
XYZ 21.24 13.52 32.5 -
YUV 104.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 153 70 155 0.01 0.55 0 0.39 298.59 0.38 0.44
Hex 99 46 9B 1 37 0 27 12B 26 2C
Octal 231 106 233 1 67 0 47 453 46 54
Binary 10011001 1000110 10011011 1 110111 0 100111 100101011 100110 101100

Color Harmonies of #99469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99469B

Black with #99469B

Text Example


Text Example

White with #99469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,70,155); }

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

background-color css

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

 a { background-color: rgb(153,70,155); }

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

border-color css

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

 span { border-color: rgb(153,70,155); }

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