#9B39CD

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

Shades of Dark Orchid #9B39CD

Tints of Dark Orchid #9B39CD

Color information

#9B39CD (or 0x9B39CD) is unknown color: approx Dark Orchid. HEX triplet: 9B, 39 and CD. RGB value is (155,57,205). Sum of RGB (Red+Green+Blue) = 155+57+205=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B39CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B39CD is #64C632. Grayscale: #666666. Windows color (decimal): -6604339 or 13449627. OLE color: 13449627.

HSL color Cylindrical-coordinate representation of color #9B39CD: hue angle of 279.73º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B39CD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15557205-
CMYK0.240.7200.20
HSL279.73º59.68%51.37%-
HSV(B)279.73º72.2%80.39%-
XYZ2614.359.15-
YUV103.17185.47164.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 57 (22.66% from 255) = 13.67%
BLUE value IS 205 (80.47% from 255) = 49.16%
R=37.17%
G=13.67%
B=49.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155572050.240.7200.20279.7359.6851.37
Hex9B39CD18480141183c33
Octal23371315301100244307463
Binary1001101111100111001101110001001000010100100011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B39CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,57,205); }

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

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

 a { background-color: rgb(155,57,205); }

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

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

 span { border-color: rgb(155,57,205); }

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