#923AC4

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

Shades of Dark Orchid #923AC4

Tints of Dark Orchid #923AC4

Color information

#923AC4 (or 0x923AC4) is unknown color: approx Dark Orchid. HEX triplet: 92, 3A and C4. RGB value is (146,58,196). Sum of RGB (Red+Green+Blue) = 146+58+196=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #923AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923AC4 is #6DC53B. Grayscale: #636363. Windows color (decimal): -7193916 or 12860050. OLE color: 12860050.

HSL color Cylindrical-coordinate representation of color #923AC4: hue angle of 278.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #923AC4 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14658196-
CMYK0.260.7000.23
HSL278.26º54.33%49.8%-
HSV(B)278.26º70.41%76.86%-
XYZ23.3313.1253.53-
YUV100.04182.15160.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 58 (23.05% from 255) = 14.5%
BLUE value IS 196 (76.95% from 255) = 49%
R=36.5%
G=14.5%
B=49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal146581960.260.7000.23278.2654.3349.8
Hex923AC41A460171163632
Octal22272304321060274266662
Binary1001001011101011000100110101000110010111100010110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,58,196); }

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

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

 a { background-color: rgb(146,58,196); }

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

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

 span { border-color: rgb(146,58,196); }

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