Html Css Color HEX #993DDD Dark Orchid

📋 copy color: '#993DDD'

red 153 ◦ green 61 ◦ blue 221

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

Shades of Dark Orchid #993DDD

Tints of Dark Orchid #993DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 35.17%
G = 14.02%
B = 50.8%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#993DDD (or 0x993DDD) is known color: Dark Orchid. HEX triplet: 99, 3D and DD. RGB value is (153,61,221). Sum of RGB (Red+Green+Blue) = 153+61+221=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #993DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DDD is #66C222. Grayscale: #6A6A6A. Windows color (decimal): -6734371 or 14499225. OLE color: 14499225.

HSL color Cylindrical-coordinate representation of color #993DDD: hue angle of 274.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993DDD is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 61 221 -
CMYK 0.31 0.72 0 0.13
HSL 274.5º 0.7% 0.55% -
HSV(B) 274.5º 0.72% 0.87% -
XYZ 27.86 15.33 69.9 -
YUV 106.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 153 61 221 0.31 0.72 0 0.13 274.5 0.7 0.55
Hex 99 3D DD 1F 48 0 D 112 46 37
Octal 231 75 335 37 110 0 15 422 106 67
Binary 10011001 111101 11011101 11111 1001000 0 1101 100010010 1000110 110111

Color Harmonies of #993DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DDD

Black with #993DDD

Text Example


Text Example

White with #993DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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