#9939BE

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

Shades of Dark Orchid #9939BE

Tints of Dark Orchid #9939BE

Color information

#9939BE (or 0x9939BE) is unknown color: approx Dark Orchid. HEX triplet: 99, 39 and BE. RGB value is (153,57,190). Sum of RGB (Red+Green+Blue) = 153+57+190=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #9939BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939BE is #66C641. Grayscale: #646464. Windows color (decimal): -6735426 or 12466585. OLE color: 12466585.

HSL color Cylindrical-coordinate representation of color #9939BE: hue angle of 283.31º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9939BE is Cyan = 0.19, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15357190-
CMYK0.190.700.25
HSL283.31º53.85%48.43%-
HSV(B)283.31º70%74.51%-
XYZ23.8913.4250.05-
YUV100.87178.3165.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 57 (22.66% from 255) = 14.25%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=38.25%
G=14.25%
B=47.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153571900.190.700.25283.3153.8548.43
Hex9939BE134601911b3630
Octal23171276231060314336660
Binary1001100111100110111110100111000110011001100011011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9939BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9939BE; }

 p { color: rgb(153,57,190); }

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

<style>
 a { background-color: #9939BE; }

 a { background-color: rgb(153,57,190); }

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

<style>
 span { border-color: #9939BE; }

 span { border-color: rgb(153,57,190); }

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