Html Css Color HEX #993AD5 Dark Orchid

📋 copy color: '#993AD5'

red 153 ◦ green 58 ◦ blue 213

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

Shades of Dark Orchid #993AD5

Tints of Dark Orchid #993AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.24%

R = 36.08%
G = 13.68%
B = 50.24%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#993AD5 (or 0x993AD5) is known color: Dark Orchid. HEX triplet: 99, 3A and D5. RGB value is (153,58,213). Sum of RGB (Red+Green+Blue) = 153+58+213=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #993AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993AD5 is #66C52A. Grayscale: #676767. Windows color (decimal): -6735147 or 13974169. OLE color: 13974169.

HSL color Cylindrical-coordinate representation of color #993AD5: hue angle of 276.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993AD5 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 58 213 -
CMYK 0.28 0.73 0 0.16
HSL 276.77º 0.65% 0.53% -
HSV(B) 276.77º 0.73% 0.84% -
XYZ 26.66 14.6 64.36 -
YUV 104.08 189.47 162.9 -
System Red Green Blue C M Y K H S L
Decimal 153 58 213 0.28 0.73 0 0.16 276.77 0.65 0.53
Hex 99 3A D5 1C 49 0 10 115 41 35
Octal 231 72 325 34 111 0 20 425 101 65
Binary 10011001 111010 11010101 11100 1001001 0 10000 100010101 1000001 110101

Color Harmonies of #993AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993AD5

Black with #993AD5

Text Example


Text Example

White with #993AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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