#9A249B

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

Shades of Vivid Violet #9A249B

Tints of Vivid Violet #9A249B

Color information

#9A249B (or 0x9A249B) is unknown color: approx Vivid Violet. HEX triplet: 9A, 24 and 9B. RGB value is (154,36,155). Sum of RGB (Red+Green+Blue) = 154+36+155=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A249B is #65DB64. Grayscale: #545454. Windows color (decimal): -6675301 or 10167450. OLE color: 10167450.

HSL color Cylindrical-coordinate representation of color #9A249B: hue angle of 299.5º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A249B is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15436155-
CMYK0.010.7700.39
HSL299.5º62.3%37.45%-
HSV(B)299.5º76.77%60.78%-
XYZ19.8710.531.99-
YUV84.85167.59177.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.64%
GREEN value IS 36 (14.45% from 255) = 10.43%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=44.64%
G=10.43%
B=44.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal154361550.010.7700.39299.562.337.45
Hex9A249B14D02712b3e25
Octal2324423311150474537645
Binary1001101010010010011011110011010100111100101011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,36,155); }

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

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

 a { background-color: rgb(154,36,155); }

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

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

 span { border-color: rgb(154,36,155); }

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