Html Css Color HEX #99538B Violet Blue

📋 copy color: '#99538B'

red 153 ◦ green 83 ◦ blue 139

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

Shades of Violet Blue #99538B

Tints of Violet Blue #99538B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

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

R = 40.8%
G = 22.13%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99538B (or 0x99538B) is known color: Violet Blue. HEX triplet: 99, 53 and 8B. RGB value is (153,83,139). Sum of RGB (Red+Green+Blue) = 153+83+139=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #99538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99538B is #66AC74. Grayscale: #6E6E6E. Windows color (decimal): -6728821 or 9130905. OLE color: 9130905.

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

Color convert

RGB 153 83 139 -
CMYK 0 0.46 0.09 0.4
HSL 312º 0.3% 0.46% -
HSV(B) 312º 0.46% 0.6% -
XYZ 20.89 14.82 26.19 -
YUV 110.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 153 83 139 0 0.46 0.09 0.4 312 0.3 0.46
Hex 99 53 8B 0 2E 9 28 138 1E 2E
Octal 231 123 213 0 56 11 50 470 36 56
Binary 10011001 1010011 10001011 0 101110 1001 101000 100111000 11110 101110

Color Harmonies of #99538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99538B

Black with #99538B

Text Example


Text Example

White with #99538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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