#923EF5

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

Shades of Blue Violet #923EF5

Tints of Blue Violet #923EF5

Color information

#923EF5 (or 0x923EF5) is unknown color: approx Blue Violet. HEX triplet: 92, 3E and F5. RGB value is (146,62,245). Sum of RGB (Red+Green+Blue) = 146+62+245=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 245 (96.09% from 255 or 54.08% from 453); Max value from RGB is 245 - color contains mainly: blue. Hex color #923EF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #923EF5 is #6DC10A. Grayscale: #6B6B6B. Windows color (decimal): -7192843 or 16072338. OLE color: 16072338.

HSL color Cylindrical-coordinate representation of color #923EF5: hue angle of 267.54º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #923EF5 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14662245-
CMYK0.400.7500.04
HSL267.54º90.15%60.2%-
HSV(B)267.54º74.69%96.08%-
XYZ30.0616.1587.92-
YUV107.98205.33155.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.23%
GREEN value IS 62 (24.61% from 255) = 13.69%
BLUE value IS 245 (96.09% from 255) = 54.08%
R=32.23%
G=13.69%
B=54.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal146622450.400.7500.04267.5490.1560.2
Hex923EF5284B0410c5a3c
Octal22276365501130441413274
Binary1001001011111011110101101000100101101001000011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923EF5; }

 p { color: rgb(146,62,245); }

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

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

 a { background-color: rgb(146,62,245); }

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

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

 span { border-color: rgb(146,62,245); }

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