#95259A

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

Shades of Vivid Violet #95259A

Tints of Vivid Violet #95259A

Color information

#95259A (or 0x95259A) is unknown color: approx Vivid Violet. HEX triplet: 95, 25 and 9A. RGB value is (149,37,154). Sum of RGB (Red+Green+Blue) = 149+37+154=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #95259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95259A is #6ADA65. Grayscale: #535353. Windows color (decimal): -7002726 or 10102165. OLE color: 10102165.

HSL color Cylindrical-coordinate representation of color #95259A: hue angle of 297.44º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95259A is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14937154-
CMYK0.030.7600.40
HSL297.44º61.26%37.45%-
HSV(B)297.44º75.97%60.39%-
XYZ18.8910.0531.52-
YUV83.83167.61174.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 37 (14.84% from 255) = 10.88%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=43.82%
G=10.88%
B=45.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149371540.030.7600.40297.4461.2637.45
Hex95259A34C0281293d25
Octal2254523231140504517545
Binary10010101100101100110101110011000101000100101001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95259A; }

 p { color: rgb(149,37,154); }

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

<style>
 a { background-color: #95259A; }

 a { background-color: rgb(149,37,154); }

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

<style>
 span { border-color: #95259A; }

 span { border-color: rgb(149,37,154); }

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