#9B369F

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

Shades of Vivid Violet #9B369F

Tints of Vivid Violet #9B369F

Color information

#9B369F (or 0x9B369F) is unknown color: approx Vivid Violet. HEX triplet: 9B, 36 and 9F. RGB value is (155,54,159). Sum of RGB (Red+Green+Blue) = 155+54+159=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B369F is #64C960. Grayscale: #5F5F5F. Windows color (decimal): -6605153 or 10434203. OLE color: 10434203.

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

Color convert

RGB15554159-
CMYK0.030.6600.38
HSL297.71º49.3%41.76%-
HSV(B)297.71º66.04%62.35%-
XYZ21.0912.1134.03-
YUV96.17163.46169.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 54 (21.48% from 255) = 14.67%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=42.12%
G=14.67%
B=43.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155541590.030.6600.38297.7149.341.76
Hex9B369F34202612a312a
Octal2336623731020464526152
Binary10011011110110100111111110000100100110100101010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,54,159); }

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

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

 a { background-color: rgb(155,54,159); }

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

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

 span { border-color: rgb(155,54,159); }

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