#9223EE

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

Shades of Blue Violet #9223EE

Tints of Blue Violet #9223EE

Color information

#9223EE (or 0x9223EE) is unknown color: approx Blue Violet. HEX triplet: 92, 23 and EE. RGB value is (146,35,238). Sum of RGB (Red+Green+Blue) = 146+35+238=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #9223EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9223EE is #6DDC11. Grayscale: #5A5A5A. Windows color (decimal): -7199762 or 15606674. OLE color: 15606674.

HSL color Cylindrical-coordinate representation of color #9223EE: hue angle of 272.81º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9223EE is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14635238-
CMYK0.390.8500.07
HSL272.81º85.65%53.53%-
HSV(B)272.81º85.29%93.33%-
XYZ27.8913.4982.02-
YUV91.33210.77166.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 35 (14.06% from 255) = 8.35%
BLUE value IS 238 (93.36% from 255) = 56.80%
R=34.84%
G=8.35%
B=56.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal146352380.390.8500.07272.8185.6553.53
Hex9223EE2755071115636
Octal22243356471250742112666
Binary1001001010001111101110100111101010101111000100011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9223EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9223EE; }

 p { color: rgb(146,35,238); }

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

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

 a { background-color: rgb(146,35,238); }

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

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

 span { border-color: rgb(146,35,238); }

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