#9B269E

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

Shades of Vivid Violet #9B269E

Tints of Vivid Violet #9B269E

Color information

#9B269E (or 0x9B269E) is unknown color: approx Vivid Violet. HEX triplet: 9B, 26 and 9E. RGB value is (155,38,158). Sum of RGB (Red+Green+Blue) = 155+38+158=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B269E is #64D961. Grayscale: #565656. Windows color (decimal): -6609250 or 10364571. OLE color: 10364571.

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

Color convert

RGB15538158-
CMYK0.020.7600.38
HSL298.5º61.22%38.43%-
HSV(B)298.5º75.95%61.96%-
XYZ20.3810.8233.36-
YUV86.66168.26176.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.16%
GREEN value IS 38 (15.23% from 255) = 10.83%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=44.16%
G=10.83%
B=45.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155381580.020.7600.38298.561.2238.43
Hex9B269E24C02612a3d26
Octal2334623621140464527546
Binary10011011100110100111101010011000100110100101010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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