#97418A

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

Shades of Vivid Violet #97418A

Tints of Vivid Violet #97418A

Color information

#97418A (or 0x97418A) is unknown color: approx Vivid Violet. HEX triplet: 97, 41 and 8A. RGB value is (151,65,138). Sum of RGB (Red+Green+Blue) = 151+65+138=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #97418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97418A is #68BE75. Grayscale: #626262. Windows color (decimal): -6864502 or 9060759. OLE color: 9060759.

HSL color Cylindrical-coordinate representation of color #97418A: hue angle of 309.07º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97418A is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15165138-
CMYK00.570.090.41
HSL309.07º39.81%42.35%-
HSV(B)309.07º56.95%59.22%-
XYZ19.2412.1925.38-
YUV99.04149.99165.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.66%
GREEN value IS 65 (25.78% from 255) = 18.36%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=42.66%
G=18.36%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516513800.570.090.41309.0739.8142.35
Hex97418A039929135282a
Octal22710121207111514655052
Binary1001011110000011000101001110011001101001100110101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,65,138); }

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

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

 a { background-color: rgb(151,65,138); }

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

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

 span { border-color: rgb(151,65,138); }

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