#923FBF

Color #923FBF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #923FBF

Tints of Dark Orchid #923FBF

Color information

#923FBF (or 0x923FBF) is unknown color: approx Dark Orchid. HEX triplet: 92, 3F and BF. RGB value is (146,63,191). Sum of RGB (Red+Green+Blue) = 146+63+191=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #923FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923FBF is #6DC040. Grayscale: #656565. Windows color (decimal): -7192641 or 12533650. OLE color: 12533650.

HSL color Cylindrical-coordinate representation of color #923FBF: hue angle of 278.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #923FBF is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14663191-
CMYK0.240.6700.25
HSL278.91º50.39%49.8%-
HSV(B)278.91º67.02%74.9%-
XYZ23.0413.4350.67-
YUV102.41178159.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 63 (25% from 255) = 15.75%
BLUE value IS 191 (75% from 255) = 47.75%
R=36.5%
G=15.75%
B=47.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146631910.240.6700.25278.9150.3949.8
Hex923FBF18430191173232
Octal22277277301030314276262
Binary1001001011111110111111110001000011011001100010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,63,191); }

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

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

 a { background-color: rgb(146,63,191); }

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

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

 span { border-color: rgb(146,63,191); }

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