#923DCA

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

Shades of Dark Orchid #923DCA

Tints of Dark Orchid #923DCA

Color information

#923DCA (or 0x923DCA) is unknown color: approx Dark Orchid. HEX triplet: 92, 3D and CA. RGB value is (146,61,202). Sum of RGB (Red+Green+Blue) = 146+61+202=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #923DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DCA is #6DC235. Grayscale: #666666. Windows color (decimal): -7193142 or 13254034. OLE color: 13254034.

HSL color Cylindrical-coordinate representation of color #923DCA: hue angle of 276.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #923DCA is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14661202-
CMYK0.280.7000.21
HSL276.17º57.09%51.57%-
HSV(B)276.17º69.8%79.22%-
XYZ24.1813.7157.25-
YUV102.49184.16159.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.70%
GREEN value IS 61 (24.22% from 255) = 14.91%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=35.70%
G=14.91%
B=49.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146612020.280.7000.21276.1757.0951.57
Hex923DCA1C460151143934
Octal22275312341060254247164
Binary1001001011110111001010111001000110010101100010100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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