Html Css Color HEX #993DD0 Dark Orchid

📋 copy color: '#993DD0'

red 153 ◦ green 61 ◦ blue 208

#993DD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #993DD0

Tints of Dark Orchid #993DD0

RGB

 RED value IS 153 (60.16% from 255) = 36.26%

 GREEN value IS 61 (24.22% from 255) = 14.45%

 BLUE value IS 208 (81.64% from 255) = 49.29%

R = 36.26%
G = 14.45%
B = 49.29%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#993DD0 (or 0x993DD0) is known color: Dark Orchid. HEX triplet: 99, 3D and D0. RGB value is (153,61,208). Sum of RGB (Red+Green+Blue) = 153+61+208=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #993DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DD0 is #66C22F. Grayscale: #686868. Windows color (decimal): -6734384 or 13647257. OLE color: 13647257.

HSL color Cylindrical-coordinate representation of color #993DD0: hue angle of 277.55º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #993DD0 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 61 208 -
CMYK 0.26 0.71 0 0.18
HSL 277.55º 0.61% 0.53% -
HSV(B) 277.55º 0.71% 0.82% -
XYZ 26.19 14.66 61.12 -
YUV 105.27 185.98 162.05 -
System Red Green Blue C M Y K H S L
Decimal 153 61 208 0.26 0.71 0 0.18 277.55 0.61 0.53
Hex 99 3D D0 1A 47 0 12 116 3D 35
Octal 231 75 320 32 107 0 22 426 75 65
Binary 10011001 111101 11010000 11010 1000111 0 10010 100010110 111101 110101

Color Harmonies of #993DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DD0

Black with #993DD0

Text Example


Text Example

White with #993DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,61,208); }

 H1.HeaderClassName
 {
   color: #993DD0;
 }
 .AnyTagClassName
 {
   color: #993DD0;
 }
</style>

background-color css

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

 a { background-color: rgb(153,61,208); }

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

border-color css

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

 span { border-color: rgb(153,61,208); }

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