#9F26CC

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

Shades of Dark Orchid #9F26CC

Tints of Dark Orchid #9F26CC

Color information

#9F26CC (or 0x9F26CC) is unknown color: approx Dark Orchid. HEX triplet: 9F, 26 and CC. RGB value is (159,38,204). Sum of RGB (Red+Green+Blue) = 159+38+204=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F26CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F26CC is #60D933. Grayscale: #5C5C5C. Windows color (decimal): -6347060 or 13379231. OLE color: 13379231.

HSL color Cylindrical-coordinate representation of color #9F26CC: hue angle of 283.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F26CC is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15938204-
CMYK0.220.8100.2
HSL283.73º68.6%47.45%-
HSV(B)283.73º81.37%80%-
XYZ25.8913.1258.29-
YUV93.1190.59175-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.65%
GREEN value IS 38 (15.23% from 255) = 9.48%
BLUE value IS 204 (80.08% from 255) = 50.87%
R=39.65%
G=9.48%
B=50.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal159382040.220.8100.2283.7368.647.45
Hex9F26CC165101411c452f
Octal237463142612102443410557
Binary10011111100110110011001011010100010101001000111001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F26CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,38,204); }

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

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

 a { background-color: rgb(159,38,204); }

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

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

 span { border-color: rgb(159,38,204); }

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