#9B389D

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

Shades of Vivid Violet #9B389D

Tints of Vivid Violet #9B389D

Color information

#9B389D (or 0x9B389D) is unknown color: approx Vivid Violet. HEX triplet: 9B, 38 and 9D. RGB value is (155,56,157). Sum of RGB (Red+Green+Blue) = 155+56+157=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B389D is #64C762. Grayscale: #606060. Windows color (decimal): -6604643 or 10303643. OLE color: 10303643.

HSL color Cylindrical-coordinate representation of color #9B389D: hue angle of 298.81º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B389D is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15556157-
CMYK0.010.6400.38
HSL298.81º47.42%41.76%-
HSV(B)298.81º64.33%61.57%-
XYZ21.0212.2333.15-
YUV97.12161.8169.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 56 (22.27% from 255) = 15.22%
BLUE value IS 157 (61.72% from 255) = 42.66%
R=42.12%
G=15.22%
B=42.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155561570.010.6400.38298.8147.4241.76
Hex9B389D14002612b2f2a
Octal2337023511000464535752
Binary1001101111100010011101110000000100110100101011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,56,157); }

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

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

 a { background-color: rgb(155,56,157); }

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

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

 span { border-color: rgb(155,56,157); }

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