#9D41CC

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

Shades of Dark Orchid #9D41CC

Tints of Dark Orchid #9D41CC

Color information

#9D41CC (or 0x9D41CC) is unknown color: approx Dark Orchid. HEX triplet: 9D, 41 and CC. RGB value is (157,65,204). Sum of RGB (Red+Green+Blue) = 157+65+204=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D41CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D41CC is #62BE33. Grayscale: #6B6B6B. Windows color (decimal): -6471220 or 13386141. OLE color: 13386141.

HSL color Cylindrical-coordinate representation of color #9D41CC: hue angle of 279.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D41CC is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15765204-
CMYK0.230.6800.2
HSL279.71º57.68%52.75%-
HSV(B)279.71º68.14%80%-
XYZ26.6915.3158.67-
YUV108.35181.98162.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.85%
GREEN value IS 65 (25.78% from 255) = 15.26%
BLUE value IS 204 (80.08% from 255) = 47.89%
R=36.85%
G=15.26%
B=47.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal157652040.230.6800.2279.7157.6852.75
Hex9D41CC17440141183a35
Octal235101314271040244307265
Binary10011101100000111001100101111000100010100100011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D41CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,65,204); }

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

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

 a { background-color: rgb(157,65,204); }

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

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

 span { border-color: rgb(157,65,204); }

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