#9F23C2

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

Shades of Dark Orchid #9F23C2

Tints of Dark Orchid #9F23C2

Color information

#9F23C2 (or 0x9F23C2) is unknown color: approx Dark Orchid. HEX triplet: 9F, 23 and C2. RGB value is (159,35,194). Sum of RGB (Red+Green+Blue) = 159+35+194=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #9F23C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F23C2 is #60DC3D. Grayscale: #595959. Windows color (decimal): -6347838 or 12723103. OLE color: 12723103.

HSL color Cylindrical-coordinate representation of color #9F23C2: hue angle of 286.79º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F23C2 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15935194-
CMYK0.180.8200.24
HSL286.79º69.43%44.9%-
HSV(B)286.79º81.96%76.08%-
XYZ24.6412.4752.15-
YUV90.2186.58177.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 35 (14.06% from 255) = 9.02%
BLUE value IS 194 (76.17% from 255) = 50%
R=40.98%
G=9.02%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal159351940.180.8200.24286.7969.4344.9
Hex9F23C2125201811f452d
Octal237433022212203043710555
Binary10011111100011110000101001010100100110001000111111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F23C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F23C2; }

 p { color: rgb(159,35,194); }

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

<style>
 a { background-color: #9F23C2; }

 a { background-color: rgb(159,35,194); }

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

<style>
 span { border-color: #9F23C2; }

 span { border-color: rgb(159,35,194); }

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