#923DCD

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

Shades of Dark Orchid #923DCD

Tints of Dark Orchid #923DCD

Color information

#923DCD (or 0x923DCD) is unknown color: approx Dark Orchid. HEX triplet: 92, 3D and CD. RGB value is (146,61,205). Sum of RGB (Red+Green+Blue) = 146+61+205=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #923DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DCD is #6DC232. Grayscale: #666666. Windows color (decimal): -7193139 or 13450642. OLE color: 13450642.

HSL color Cylindrical-coordinate representation of color #923DCD: hue angle of 275.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #923DCD is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14661205-
CMYK0.290.7000.20
HSL275.42º59.02%52.16%-
HSV(B)275.42º70.24%80.39%-
XYZ24.5413.8659.14-
YUV102.83185.66158.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 61 (24.22% from 255) = 14.81%
BLUE value IS 205 (80.47% from 255) = 49.76%
R=35.44%
G=14.81%
B=49.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146612050.290.7000.20275.4259.0252.16
Hex923DCD1D460141133b34
Octal22275315351060244237364
Binary1001001011110111001101111011000110010100100010011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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