#923CBD

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

Shades of Dark Orchid #923CBD

Tints of Dark Orchid #923CBD

Color information

#923CBD (or 0x923CBD) is unknown color: approx Dark Orchid. HEX triplet: 92, 3C and BD. RGB value is (146,60,189). Sum of RGB (Red+Green+Blue) = 146+60+189=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #923CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923CBD is #6DC342. Grayscale: #636363. Windows color (decimal): -7193411 or 12401810. OLE color: 12401810.

HSL color Cylindrical-coordinate representation of color #923CBD: hue angle of 280º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #923CBD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14660189-
CMYK0.230.6800.26
HSL280º51.81%48.82%-
HSV(B)280º68.25%74.12%-
XYZ22.6613.0249.46-
YUV100.42177.99160.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 60 (23.83% from 255) = 15.19%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=36.96%
G=15.19%
B=47.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146601890.230.6800.2628051.8148.82
Hex923CBD174401A1183431
Octal22274275271040324306461
Binary1001001011110010111101101111000100011010100011000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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