#9B2EA7

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

Shades of Vivid Violet #9B2EA7

Tints of Vivid Violet #9B2EA7

Color information

#9B2EA7 (or 0x9B2EA7) is unknown color: approx Vivid Violet. HEX triplet: 9B, 2E and A7. RGB value is (155,46,167). Sum of RGB (Red+Green+Blue) = 155+46+167=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 167 - color contains mainly: blue. Hex color #9B2EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2EA7 is #64D158. Grayscale: #5C5C5C. Windows color (decimal): -6607193 or 10956443. OLE color: 10956443.

HSL color Cylindrical-coordinate representation of color #9B2EA7: hue angle of 294.05º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2EA7 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15546167-
CMYK0.070.7200.35
HSL294.05º56.81%41.76%-
HSV(B)294.05º72.46%65.49%-
XYZ21.4711.7137.69-
YUV92.38170.11172.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 46 (18.36% from 255) = 12.5%
BLUE value IS 167 (65.62% from 255) = 45.38%
R=42.12%
G=12.5%
B=45.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal155461670.070.7200.35294.0556.8141.76
Hex9B2EA7748023126392a
Octal2335624771100434467152
Binary100110111011101010011111110010000100011100100110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,46,167); }

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

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

 a { background-color: rgb(155,46,167); }

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

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

 span { border-color: rgb(155,46,167); }

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