#9248A0

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

Shades of Vivid Violet #9248A0

Tints of Vivid Violet #9248A0

Color information

#9248A0 (or 0x9248A0) is unknown color: approx Vivid Violet. HEX triplet: 92, 48 and A0. RGB value is (146,72,160). Sum of RGB (Red+Green+Blue) = 146+72+160=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 160 - color contains mainly: blue. Hex color #9248A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9248A0 is #6DB75F. Grayscale: #676767. Windows color (decimal): -7190368 or 10504338. OLE color: 10504338.

HSL color Cylindrical-coordinate representation of color #9248A0: hue angle of 290.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9248A0 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14672160-
CMYK0.090.5500.37
HSL290.45º37.93%45.49%-
HSV(B)290.45º55%62.75%-
XYZ20.5213.2834.74-
YUV104.16159.52157.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 160 (62.89% from 255) = 42.33%
R=38.62%
G=19.05%
B=42.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal146721600.090.5500.37290.4537.9345.49
Hex9248A0937025122262d
Octal22211024011670454424655
Binary1001001010010001010000010011101110100101100100010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9248A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9248A0; }

 p { color: rgb(146,72,160); }

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

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

 a { background-color: rgb(146,72,160); }

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

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

 span { border-color: rgb(146,72,160); }

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