#9225D8

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

Shades of Blue Violet #9225D8

Tints of Blue Violet #9225D8

Color information

#9225D8 (or 0x9225D8) is unknown color: approx Blue Violet. HEX triplet: 92, 25 and D8. RGB value is (146,37,216). Sum of RGB (Red+Green+Blue) = 146+37+216=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #9225D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9225D8 is #6DDA27. Grayscale: #595959. Windows color (decimal): -7199272 or 14165394. OLE color: 14165394.

HSL color Cylindrical-coordinate representation of color #9225D8: hue angle of 276.54º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9225D8 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14637216-
CMYK0.320.8300.15
HSL276.54º70.75%49.61%-
HSV(B)276.54º82.87%84.71%-
XYZ24.9112.3966.04-
YUV90199.11167.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 37 (14.84% from 255) = 9.27%
BLUE value IS 216 (84.77% from 255) = 54.14%
R=36.59%
G=9.27%
B=54.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal146372160.320.8300.15276.5470.7549.61
Hex9225D820530F1154732
Octal222453304012301742510762
Binary10010010100101110110001000001010011011111000101011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9225D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9225D8; }

 p { color: rgb(146,37,216); }

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

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

 a { background-color: rgb(146,37,216); }

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

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

 span { border-color: rgb(146,37,216); }

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