#923DE4

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

Shades of Blue Violet #923DE4

Tints of Blue Violet #923DE4

Color information

#923DE4 (or 0x923DE4) is unknown color: approx Blue Violet. HEX triplet: 92, 3D and E4. RGB value is (146,61,228). Sum of RGB (Red+Green+Blue) = 146+61+228=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #923DE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DE4 is #6DC21B. Grayscale: #686868. Windows color (decimal): -7193116 or 14957970. OLE color: 14957970.

HSL color Cylindrical-coordinate representation of color #923DE4: hue angle of 270.54º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #923DE4 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14661228-
CMYK0.360.7300.11
HSL270.54º75.57%56.67%-
HSV(B)270.54º73.25%89.41%-
XYZ27.5315.0574.85-
YUV105.45197.16156.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.56%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 228 (89.45% from 255) = 52.41%
R=33.56%
G=14.02%
B=52.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal146612280.360.7300.11270.5475.5756.67
Hex923DE424490B10f4c39
Octal222753444411101341711471
Binary10010010111101111001001001001001001010111000011111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,61,228); }

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

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

 a { background-color: rgb(146,61,228); }

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

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

 span { border-color: rgb(146,61,228); }

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