Html Css Color HEX #993DDF Dark Orchid

📋 copy color: '#993DDF'

red 153 ◦ green 61 ◦ blue 223

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

Shades of Dark Orchid #993DDF

Tints of Dark Orchid #993DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 35.01%
G = 13.96%
B = 51.03%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#993DDF (or 0x993DDF) is known color: Dark Orchid. HEX triplet: 99, 3D and DF. RGB value is (153,61,223). Sum of RGB (Red+Green+Blue) = 153+61+223=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #993DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DDF is #66C220. Grayscale: #6A6A6A. Windows color (decimal): -6734369 or 14630297. OLE color: 14630297.

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

Color convert

RGB 153 61 223 -
CMYK 0.31 0.73 0 0.13
HSL 274.07º 0.72% 0.56% -
HSV(B) 274.07º 0.73% 0.87% -
XYZ 28.12 15.44 71.31 -
YUV 106.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 153 61 223 0.31 0.73 0 0.13 274.07 0.72 0.56
Hex 99 3D DF 1F 49 0 D 112 48 38
Octal 231 75 337 37 111 0 15 422 110 70
Binary 10011001 111101 11011111 11111 1001001 0 1101 100010010 1001000 111000

Color Harmonies of #993DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DDF

Black with #993DDF

Text Example


Text Example

White with #993DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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