#9623CA

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

Shades of Dark Orchid #9623CA

Tints of Dark Orchid #9623CA

Color information

#9623CA (or 0x9623CA) is unknown color: approx Dark Orchid. HEX triplet: 96, 23 and CA. RGB value is (150,35,202). Sum of RGB (Red+Green+Blue) = 150+35+202=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #9623CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9623CA is #69DC35. Grayscale: #575757. Windows color (decimal): -6937654 or 13247382. OLE color: 13247382.

HSL color Cylindrical-coordinate representation of color #9623CA: hue angle of 281.32º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9623CA is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15035202-
CMYK0.260.8300.21
HSL281.32º70.46%46.47%-
HSV(B)281.32º82.67%79.22%-
XYZ23.8411.9556.93-
YUV88.42192.1171.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 35 (14.06% from 255) = 9.04%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=38.76%
G=9.04%
B=52.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150352020.260.8300.21281.3270.4646.47
Hex9623CA1A53015119462e
Octal226433123212302543110656
Binary10010110100011110010101101010100110101011000110011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9623CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9623CA; }

 p { color: rgb(150,35,202); }

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

<style>
 a { background-color: #9623CA; }

 a { background-color: rgb(150,35,202); }

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

<style>
 span { border-color: #9623CA; }

 span { border-color: rgb(150,35,202); }

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