#9B4692

Color #9B4692 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9B4692

Tints of Violet Blue #9B4692

Color information

#9B4692 (or 0x9B4692) is unknown color: approx Violet Blue. HEX triplet: 9B, 46 and 92. RGB value is (155,70,146). Sum of RGB (Red+Green+Blue) = 155+70+146=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4692 is #64B96D. Grayscale: #676767. Windows color (decimal): -6601070 or 9586331. OLE color: 9586331.

HSL color Cylindrical-coordinate representation of color #9B4692: hue angle of 306.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B4692 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB15570146-
CMYK00.550.060.39
HSL306.35º37.78%44.12%-
HSV(B)306.35º54.84%60.78%-
XYZ20.913.4228.68-
YUV104.08151.66164.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 146 (57.42% from 255) = 39.35%
R=41.78%
G=18.87%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557014600.550.060.39306.3537.7844.12
Hex9B4692037627132262c
Octal2331062220676474624654
Binary100110111000110100100100110111110100111100110010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,70,146); }

 H1.HeaderClassName
 {
   color: #9B4692;
 }
 .AnyTagClassName
 {
   color: #9B4692;
 }
</style>
background-color css

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

 a { background-color: rgb(155,70,146); }

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

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

 span { border-color: rgb(155,70,146); }

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