#9B279E

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

Shades of Vivid Violet #9B279E

Tints of Vivid Violet #9B279E

Color information

#9B279E (or 0x9B279E) is unknown color: approx Vivid Violet. HEX triplet: 9B, 27 and 9E. RGB value is (155,39,158). Sum of RGB (Red+Green+Blue) = 155+39+158=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B279E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B279E is #64D861. Grayscale: #565656. Windows color (decimal): -6608994 or 10364827. OLE color: 10364827.

HSL color Cylindrical-coordinate representation of color #9B279E: hue angle of 298.49º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B279E is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15539158-
CMYK0.020.7500.38
HSL298.49º60.41%38.63%-
HSV(B)298.49º75.32%61.96%-
XYZ20.4110.8933.37-
YUV87.25167.93176.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 39 (15.62% from 255) = 11.08%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=44.03%
G=11.08%
B=44.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155391580.020.7500.38298.4960.4138.63
Hex9B279E24B02612a3c27
Octal2334723621130464527447
Binary10011011100111100111101010010110100110100101010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,39,158); }

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

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

 a { background-color: rgb(155,39,158); }

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

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

 span { border-color: rgb(155,39,158); }

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