#952694

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

Shades of Vivid Violet #952694

Tints of Vivid Violet #952694

Color information

#952694 (or 0x952694) is unknown color: approx Vivid Violet. HEX triplet: 95, 26 and 94. RGB value is (149,38,148). Sum of RGB (Red+Green+Blue) = 149+38+148=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #952694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952694 is #6AD96B. Grayscale: #535353. Windows color (decimal): -7002476 or 9709205. OLE color: 9709205.

HSL color Cylindrical-coordinate representation of color #952694: hue angle of 300.54º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952694 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14938148-
CMYK00.740.010.42
HSL300.54º59.36%36.67%-
HSV(B)300.54º74.5%58.43%-
XYZ18.439.9128.96-
YUV83.73164.27174.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=44.48%
G=11.34%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493814800.740.010.42300.5459.3636.67
Hex95269404A12A12d3b25
Octal2254622401121524557345
Binary1001010110011010010100010010101101010100101101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952694; }

 p { color: rgb(149,38,148); }

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

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

 a { background-color: rgb(149,38,148); }

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

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

 span { border-color: rgb(149,38,148); }

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