#9938C6

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

Shades of Dark Orchid #9938C6

Tints of Dark Orchid #9938C6

Color information

#9938C6 (or 0x9938C6) is unknown color: approx Dark Orchid. HEX triplet: 99, 38 and C6. RGB value is (153,56,198). Sum of RGB (Red+Green+Blue) = 153+56+198=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #9938C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9938C6 is #66C739. Grayscale: #646464. Windows color (decimal): -6735674 or 12990617. OLE color: 12990617.

HSL color Cylindrical-coordinate representation of color #9938C6: hue angle of 280.99º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9938C6 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15356198-
CMYK0.230.7200.22
HSL280.99º55.91%49.8%-
HSV(B)280.99º71.72%77.65%-
XYZ24.7413.6854.76-
YUV101.19182.64164.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 56 (22.27% from 255) = 13.76%
BLUE value IS 198 (77.73% from 255) = 48.65%
R=37.59%
G=13.76%
B=48.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153561980.230.7200.22280.9955.9149.8
Hex9938C617480161193832
Octal23170306271100264317062
Binary1001100111100011000110101111001000010110100011001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9938C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9938C6; }

 p { color: rgb(153,56,198); }

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

<style>
 a { background-color: #9938C6; }

 a { background-color: rgb(153,56,198); }

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

<style>
 span { border-color: #9938C6; }

 span { border-color: rgb(153,56,198); }

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