Html Css Color HEX #99529B Violet Blue

📋 copy color: '#99529B'

red 153 ◦ green 82 ◦ blue 155

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

Shades of Violet Blue #99529B

Tints of Violet Blue #99529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.03%

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

R = 39.23%
G = 21.03%
B = 39.74%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99529B (or 0x99529B) is known color: Violet Blue. HEX triplet: 99, 52 and 9B. RGB value is (153,82,155). Sum of RGB (Red+Green+Blue) = 153+82+155=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #99529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99529B is #66AD64. Grayscale: #6F6F6F. Windows color (decimal): -6729061 or 10179225. OLE color: 10179225.

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

Color convert

RGB 153 82 155 -
CMYK 0.01 0.47 0 0.39
HSL 298.36º 0.31% 0.46% -
HSV(B) 298.36º 0.47% 0.61% -
XYZ 22.07 15.17 32.78 -
YUV 111.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 153 82 155 0.01 0.47 0 0.39 298.36 0.31 0.46
Hex 99 52 9B 1 2F 0 27 12A 1F 2E
Octal 231 122 233 1 57 0 47 452 37 56
Binary 10011001 1010010 10011011 1 101111 0 100111 100101010 11111 101110

Color Harmonies of #99529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99529B

Black with #99529B

Text Example


Text Example

White with #99529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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