#952693

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

Shades of Vivid Violet #952693

Tints of Vivid Violet #952693

Color information

#952693 (or 0x952693) is unknown color: approx Vivid Violet. HEX triplet: 95, 26 and 93. RGB value is (149,38,147). Sum of RGB (Red+Green+Blue) = 149+38+147=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #952693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952693 is #6AD96C. Grayscale: #535353. Windows color (decimal): -7002477 or 9643669. OLE color: 9643669.

HSL color Cylindrical-coordinate representation of color #952693: hue angle of 301.08º 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 #952693 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14938147-
CMYK00.740.010.42
HSL301.08º59.36%36.67%-
HSV(B)301.08º74.5%58.43%-
XYZ18.359.8828.54-
YUV83.62163.77174.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 38 (15.23% from 255) = 11.38%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=44.61%
G=11.38%
B=44.01%

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
Decimal1493814700.740.010.42301.0859.3636.67
Hex95269304A12A12d3b25
Octal2254622301121524557345
Binary1001010110011010010011010010101101010100101101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952693; }

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

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

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

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

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

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

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

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