#9923CC

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

Shades of Dark Orchid #9923CC

Tints of Dark Orchid #9923CC

Color information

#9923CC (or 0x9923CC) is unknown color: approx Dark Orchid. HEX triplet: 99, 23 and CC. RGB value is (153,35,204). Sum of RGB (Red+Green+Blue) = 153+35+204=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #9923CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9923CC is #66DC33. Grayscale: #585858. Windows color (decimal): -6741044 or 13378457. OLE color: 13378457.

HSL color Cylindrical-coordinate representation of color #9923CC: hue angle of 281.89º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9923CC is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15335204-
CMYK0.250.8300.2
HSL281.89º70.71%46.86%-
HSV(B)281.89º82.84%80%-
XYZ24.6412.3358.21-
YUV89.55192.59173.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 35 (14.06% from 255) = 8.93%
BLUE value IS 204 (80.08% from 255) = 52.04%
R=39.03%
G=8.93%
B=52.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153352040.250.8300.2281.8970.7146.86
Hex9923CC195301411a472f
Octal231433143112302443210757
Binary10011001100011110011001100110100110101001000110101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9923CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9923CC; }

 p { color: rgb(153,35,204); }

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

<style>
 a { background-color: #9923CC; }

 a { background-color: rgb(153,35,204); }

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

<style>
 span { border-color: #9923CC; }

 span { border-color: rgb(153,35,204); }

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