#9943cf

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

Shades of Dark Orchid #9943CF

Tints of Dark Orchid #9943CF

Color information

#9943CF (or 0x9943CF) is unknown color: approx Dark Orchid. HEX triplet: 99, 43 and CF. RGB value is (153,67,207). Sum of RGB (Red+Green+Blue) = 153+67+207=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #9943CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9943CF is #66BC30. Grayscale: #6C6C6C. Windows color (decimal): -6732849 or 13583257. OLE color: 13583257.

HSL color Cylindrical-coordinate representation of color #9943CF: hue angle of 276.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9943CF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15367207-
CMYK0.260.6800.19
HSL276.86º59.32%53.73%-
HSV(B)276.86º67.63%81.18%-
XYZ26.4115.2960.59-
YUV108.67183.49159.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 67 (26.56% from 255) = 15.69%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=35.83%
G=15.69%
B=48.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153672070.260.6800.19276.8659.3253.73
Hex9943CF1A440131153b36
Octal231103317321040234257366
Binary10011001100001111001111110101000100010011100010101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9943cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9943cf; }

 p { color: rgb(153,67,207); }

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

<style>
 a { background-color: #9943cf; }

 a { background-color: rgb(153,67,207); }

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

<style>
 span { border-color: #9943cf; }

 span { border-color: rgb(153,67,207); }

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