#923BC7

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

Shades of Dark Orchid #923BC7

Tints of Dark Orchid #923BC7

Color information

#923BC7 (or 0x923BC7) is unknown color: approx Dark Orchid. HEX triplet: 92, 3B and C7. RGB value is (146,59,199). Sum of RGB (Red+Green+Blue) = 146+59+199=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 199 (78.12% from 255 or 49.26% from 404); Max value from RGB is 199 - color contains mainly: blue. Hex color #923BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923BC7 is #6DC438. Grayscale: #646464. Windows color (decimal): -7193657 or 13056914. OLE color: 13056914.

HSL color Cylindrical-coordinate representation of color #923BC7: hue angle of 277.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #923BC7 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14659199-
CMYK0.270.7000.22
HSL277.29º55.56%50.59%-
HSV(B)277.29º70.35%78.04%-
XYZ23.7313.3655.36-
YUV100.97183.32160.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.14%
GREEN value IS 59 (23.44% from 255) = 14.60%
BLUE value IS 199 (78.12% from 255) = 49.26%
R=36.14%
G=14.60%
B=49.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146591990.270.7000.22277.2955.5650.59
Hex923BC71B460161153833
Octal22273307331060264257063
Binary1001001011101111000111110111000110010110100010101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,59,199); }

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

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

 a { background-color: rgb(146,59,199); }

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

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

 span { border-color: rgb(146,59,199); }

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