Html Css Color HEX #993ADD Dark Orchid

📋 copy color: '#993ADD'

red 153 ◦ green 58 ◦ blue 221

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

Shades of Dark Orchid #993ADD

Tints of Dark Orchid #993ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.43%

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

R = 35.42%
G = 13.43%
B = 51.16%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#993ADD (or 0x993ADD) is known color: Dark Orchid. HEX triplet: 99, 3A and DD. RGB value is (153,58,221). Sum of RGB (Red+Green+Blue) = 153+58+221=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #993ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ADD is #66C522. Grayscale: #686868. Windows color (decimal): -6735139 or 14498457. OLE color: 14498457.

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

Color convert

RGB 153 58 221 -
CMYK 0.31 0.74 0 0.13
HSL 274.97º 0.71% 0.55% -
HSV(B) 274.97º 0.74% 0.87% -
XYZ 27.7 15.02 69.85 -
YUV 104.99 193.47 162.25 -
System Red Green Blue C M Y K H S L
Decimal 153 58 221 0.31 0.74 0 0.13 274.97 0.71 0.55
Hex 99 3A DD 1F 4A 0 D 113 47 37
Octal 231 72 335 37 112 0 15 423 107 67
Binary 10011001 111010 11011101 11111 1001010 0 1101 100010011 1000111 110111

Color Harmonies of #993ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993ADD

Black with #993ADD

Text Example


Text Example

White with #993ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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