#95449A

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

Shades of Vivid Violet #95449A

Tints of Vivid Violet #95449A

Color information

#95449A (or 0x95449A) is unknown color: approx Vivid Violet. HEX triplet: 95, 44 and 9A. RGB value is (149,68,154). Sum of RGB (Red+Green+Blue) = 149+68+154=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #95449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95449A is #6ABB65. Grayscale: #656565. Windows color (decimal): -6994790 or 10110101. OLE color: 10110101.

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

Color convert

RGB14968154-
CMYK0.030.5600.40
HSL296.51º38.74%43.53%-
HSV(B)296.51º55.84%60.39%-
XYZ20.2912.8631.98-
YUV102.02157.34161.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=40.16%
G=18.33%
B=41.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149681540.030.5600.40296.5138.7443.53
Hex95449A338028129272c
Octal2251042323700504514754
Binary10010101100010010011010111110000101000100101001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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