Html Css Color HEX #9B498F Violet Blue

📋 copy color: '#9B498F'

red 155 ◦ green 73 ◦ blue 143

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

Shades of Violet Blue #9B498F

Tints of Violet Blue #9B498F

RGB

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

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

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

R = 41.78%
G = 19.68%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B498F (or 0x9B498F) is known color: Violet Blue. HEX triplet: 9B, 49 and 8F. RGB value is (155,73,143). Sum of RGB (Red+Green+Blue) = 155+73+143=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B498F is #64B670. Grayscale: #696969. Windows color (decimal): -6600305 or 9390491. OLE color: 9390491.

HSL color Cylindrical-coordinate representation of color #9B498F: hue angle of 308.78º 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 #9B498F is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 143 -
CMYK 0 0.53 0.08 0.39
HSL 308.78º 0.36% 0.45% -
HSV(B) 308.78º 0.53% 0.61% -
XYZ 20.86 13.72 27.53 -
YUV 105.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 155 73 143 0 0.53 0.08 0.39 308.78 0.36 0.45
Hex 9B 49 8F 0 35 8 27 135 24 2D
Octal 233 111 217 0 65 10 47 465 44 55
Binary 10011011 1001001 10001111 0 110101 1000 100111 100110101 100100 101101

Color Harmonies of #9B498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B498F

Black with #9B498F

Text Example


Text Example

White with #9B498F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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