#9B419A

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

Shades of Violet Blue #9B419A

Tints of Violet Blue #9B419A

Color information

#9B419A (or 0x9B419A) is unknown color: approx Violet Blue. HEX triplet: 9B, 41 and 9A. RGB value is (155,65,154). Sum of RGB (Red+Green+Blue) = 155+65+154=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B419A is #64BE65. Grayscale: #656565. Windows color (decimal): -6602342 or 10109339. OLE color: 10109339.

HSL color Cylindrical-coordinate representation of color #9B419A: hue angle of 300.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B419A is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15565154-
CMYK00.580.010.39
HSL300.67º40.91%43.14%-
HSV(B)300.67º58.06%60.78%-
XYZ21.2413.0831.98-
YUV102.06157.32165.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.44%
GREEN value IS 65 (25.78% from 255) = 17.38%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=41.44%
G=17.38%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556515400.580.010.39300.6740.9143.14
Hex9B419A03A12712d292b
Octal2331012320721474555153
Binary1001101110000011001101001110101100111100101101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,65,154); }

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

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

 a { background-color: rgb(155,65,154); }

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

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

 span { border-color: rgb(155,65,154); }

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