#923CBB

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

Shades of Dark Orchid #923CBB

Tints of Dark Orchid #923CBB

Color information

#923CBB (or 0x923CBB) is unknown color: approx Dark Orchid. HEX triplet: 92, 3C and BB. RGB value is (146,60,187). Sum of RGB (Red+Green+Blue) = 146+60+187=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #923CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923CBB is #6DC344. Grayscale: #636363. Windows color (decimal): -7193413 or 12270738. OLE color: 12270738.

HSL color Cylindrical-coordinate representation of color #923CBB: hue angle of 280.63º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #923CBB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14660187-
CMYK0.220.6800.27
HSL280.63º51.42%48.43%-
HSV(B)280.63º67.91%73.33%-
XYZ22.4412.9348.33-
YUV100.19176.99160.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.15%
GREEN value IS 60 (23.83% from 255) = 15.27%
BLUE value IS 187 (73.44% from 255) = 47.58%
R=37.15%
G=15.27%
B=47.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146601870.220.6800.27280.6351.4248.43
Hex923CBB164401B1193330
Octal22274273261040334316360
Binary1001001011110010111011101101000100011011100011001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,60,187); }

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

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

 a { background-color: rgb(146,60,187); }

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

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

 span { border-color: rgb(146,60,187); }

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