#993BBD

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

Shades of Dark Orchid #993BBD

Tints of Dark Orchid #993BBD

Color information

#993BBD (or 0x993BBD) is unknown color: approx Dark Orchid. HEX triplet: 99, 3B and BD. RGB value is (153,59,189). Sum of RGB (Red+Green+Blue) = 153+59+189=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #993BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BBD is #66C442. Grayscale: #656565. Windows color (decimal): -6734915 or 12401561. OLE color: 12401561.

HSL color Cylindrical-coordinate representation of color #993BBD: hue angle of 283.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993BBD is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15359189-
CMYK0.190.6900.26
HSL283.38º52.42%48.63%-
HSV(B)283.38º68.78%74.12%-
XYZ23.8913.5749.51-
YUV101.93177.14164.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 59 (23.44% from 255) = 14.71%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=38.15%
G=14.71%
B=47.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153591890.190.6900.26283.3852.4248.63
Hex993BBD134501A11b3431
Octal23173275231050324336461
Binary1001100111101110111101100111000101011010100011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993BBD; }

 p { color: rgb(153,59,189); }

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

<style>
 a { background-color: #993BBD; }

 a { background-color: rgb(153,59,189); }

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

<style>
 span { border-color: #993BBD; }

 span { border-color: rgb(153,59,189); }

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