Html Css Color HEX #9B498C Violet Blue

📋 copy color: '#9B498C'

red 155 ◦ green 73 ◦ blue 140

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

Shades of Violet Blue #9B498C

Tints of Violet Blue #9B498C

RGB

 RED value IS 155 (60.94% from 255) = 42.12%

 GREEN value IS 73 (28.91% from 255) = 19.84%

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

R = 42.12%
G = 19.84%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B498C (or 0x9B498C) is known color: Violet Blue. HEX triplet: 9B, 49 and 8C. RGB value is (155,73,140). Sum of RGB (Red+Green+Blue) = 155+73+140=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B498C is #64B673. Grayscale: #686868. Windows color (decimal): -6600308 or 9193883. OLE color: 9193883.

HSL color Cylindrical-coordinate representation of color #9B498C: hue angle of 310.98º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B498C is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 140 -
CMYK 0 0.53 0.10 0.39
HSL 310.98º 0.36% 0.45% -
HSV(B) 310.98º 0.53% 0.61% -
XYZ 20.63 13.63 26.35 -
YUV 105.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 155 73 140 0 0.53 0.10 0.39 310.98 0.36 0.45
Hex 9B 49 8C 0 35 A 27 137 24 2D
Octal 233 111 214 0 65 12 47 467 44 55
Binary 10011011 1001001 10001100 0 110101 1010 100111 100110111 100100 101101

Color Harmonies of #9B498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B498C

Black with #9B498C

Text Example


Text Example

White with #9B498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B498C; }

 p { color: rgb(155,73,140); }

 H1.HeaderClassName
 {
   color: #9B498C;
 }
 .AnyTagClassName
 {
   color: #9B498C;
 }
</style>

background-color css

<style>
 a { background-color: #9B498C; }

 a { background-color: rgb(155,73,140); }

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

border-color css

<style>
 span { border-color: #9B498C; }

 span { border-color: rgb(155,73,140); }

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