#9B438A

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

Shades of Violet Blue #9B438A

Tints of Violet Blue #9B438A

Color information

#9B438A (or 0x9B438A) is unknown color: approx Violet Blue. HEX triplet: 9B, 43 and 8A. RGB value is (155,67,138). Sum of RGB (Red+Green+Blue) = 155+67+138=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B438A is #64BC75. Grayscale: #656565. Windows color (decimal): -6601846 or 9061275. OLE color: 9061275.

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

Color convert

RGB15567138-
CMYK00.570.110.39
HSL311.59º39.64%43.53%-
HSV(B)311.59º56.77%60.78%-
XYZ20.1112.8225.46-
YUV101.41148.65166.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.06%
GREEN value IS 67 (26.56% from 255) = 18.61%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=43.06%
G=18.61%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556713800.570.110.39311.5939.6443.53
Hex9B438A039B27138282c
Octal23310321207113474705054
Binary1001101110000111000101001110011011100111100111000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,67,138); }

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

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

 a { background-color: rgb(155,67,138); }

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

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

 span { border-color: rgb(155,67,138); }

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