Html Css Color HEX #99538C Violet Blue

📋 copy color: '#99538C'

red 153 ◦ green 83 ◦ blue 140

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

Shades of Violet Blue #99538C

Tints of Violet Blue #99538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 40.69%
G = 22.07%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99538C (or 0x99538C) is known color: Violet Blue. HEX triplet: 99, 53 and 8C. RGB value is (153,83,140). Sum of RGB (Red+Green+Blue) = 153+83+140=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99538C is #66AC73. Grayscale: #6E6E6E. Windows color (decimal): -6728820 or 9196441. OLE color: 9196441.

HSL color Cylindrical-coordinate representation of color #99538C: hue angle of 311.14º 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 #99538C is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 140 -
CMYK 0 0.46 0.08 0.4
HSL 311.14º 0.3% 0.46% -
HSV(B) 311.14º 0.46% 0.6% -
XYZ 20.96 14.85 26.57 -
YUV 110.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 153 83 140 0 0.46 0.08 0.4 311.14 0.3 0.46
Hex 99 53 8C 0 2E 8 28 137 1E 2E
Octal 231 123 214 0 56 10 50 467 36 56
Binary 10011001 1010011 10001100 0 101110 1000 101000 100110111 11110 101110

Color Harmonies of #99538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99538C

Black with #99538C

Text Example


Text Example

White with #99538C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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