Html Css Color HEX #993EDD Dark Orchid

📋 copy color: '#993EDD'

red 153 ◦ green 62 ◦ blue 221

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

Shades of Dark Orchid #993EDD

Tints of Dark Orchid #993EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.22%

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

R = 35.09%
G = 14.22%
B = 50.69%

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

#993EDD (or 0x993EDD) is known color: Dark Orchid. HEX triplet: 99, 3E and DD. RGB value is (153,62,221). Sum of RGB (Red+Green+Blue) = 153+62+221=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #993EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993EDD is #66C122. Grayscale: #6A6A6A. Windows color (decimal): -6734115 or 14499481. OLE color: 14499481.

HSL color Cylindrical-coordinate representation of color #993EDD: hue angle of 274.34º 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 #993EDD is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 62 221 -
CMYK 0.31 0.72 0 0.13
HSL 274.34º 0.7% 0.55% -
HSV(B) 274.34º 0.72% 0.87% -
XYZ 27.91 15.44 69.92 -
YUV 107.34 192.15 160.57 -
System Red Green Blue C M Y K H S L
Decimal 153 62 221 0.31 0.72 0 0.13 274.34 0.7 0.55
Hex 99 3E DD 1F 48 0 D 112 46 37
Octal 231 76 335 37 110 0 15 422 106 67
Binary 10011001 111110 11011101 11111 1001000 0 1101 100010010 1000110 110111

Color Harmonies of #993EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EDD

Black with #993EDD

Text Example


Text Example

White with #993EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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