Html Css Color HEX #99509F Violet Blue

📋 copy color: '#99509F'

red 153 ◦ green 80 ◦ blue 159

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

Shades of Violet Blue #99509F

Tints of Violet Blue #99509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 39.03%
G = 20.41%
B = 40.56%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99509F (or 0x99509F) is known color: Violet Blue. HEX triplet: 99, 50 and 9F. RGB value is (153,80,159). Sum of RGB (Red+Green+Blue) = 153+80+159=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #99509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99509F is #66AF60. Grayscale: #6E6E6E. Windows color (decimal): -6729569 or 10440857. OLE color: 10440857.

HSL color Cylindrical-coordinate representation of color #99509F: hue angle of 295.44º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99509F is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 80 159 -
CMYK 0.04 0.50 0 0.38
HSL 295.44º 0.33% 0.47% -
HSV(B) 295.44º 0.5% 0.62% -
XYZ 22.26 15.01 34.53 -
YUV 110.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 153 80 159 0.04 0.50 0 0.38 295.44 0.33 0.47
Hex 99 50 9F 4 32 0 26 127 21 2F
Octal 231 120 237 4 62 0 46 447 41 57
Binary 10011001 1010000 10011111 100 110010 0 100110 100100111 100001 101111

Color Harmonies of #99509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99509F

Black with #99509F

Text Example


Text Example

White with #99509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99509F; }

 p { color: rgb(153,80,159); }

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

background-color css

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

 a { background-color: rgb(153,80,159); }

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

border-color css

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

 span { border-color: rgb(153,80,159); }

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