Html Css Color HEX #99508F Violet Blue

📋 copy color: '#99508F'

red 153 ◦ green 80 ◦ blue 143

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

Shades of Violet Blue #99508F

Tints of Violet Blue #99508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 40.69%
G = 21.28%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99508F (or 0x99508F) is known color: Violet Blue. HEX triplet: 99, 50 and 8F. RGB value is (153,80,143). Sum of RGB (Red+Green+Blue) = 153+80+143=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99508F is #66AF70. Grayscale: #6C6C6C. Windows color (decimal): -6729585 or 9392281. OLE color: 9392281.

HSL color Cylindrical-coordinate representation of color #99508F: hue angle of 308.22º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99508F is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 143 -
CMYK 0 0.48 0.07 0.4
HSL 308.22º 0.31% 0.46% -
HSV(B) 308.22º 0.48% 0.6% -
XYZ 20.96 14.49 27.68 -
YUV 109.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 153 80 143 0 0.48 0.07 0.4 308.22 0.31 0.46
Hex 99 50 8F 0 30 7 28 134 1F 2E
Octal 231 120 217 0 60 7 50 464 37 56
Binary 10011001 1010000 10001111 0 110000 111 101000 100110100 11111 101110

Color Harmonies of #99508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99508F

Black with #99508F

Text Example


Text Example

White with #99508F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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