Html Css Color HEX #993ED5 Dark Orchid

📋 copy color: '#993ED5'

red 153 ◦ green 62 ◦ blue 213

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

Shades of Dark Orchid #993ED5

Tints of Dark Orchid #993ED5

RGB

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

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

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

R = 35.75%
G = 14.49%
B = 49.77%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#993ED5 (or 0x993ED5) is known color: Dark Orchid. HEX triplet: 99, 3E and D5. RGB value is (153,62,213). Sum of RGB (Red+Green+Blue) = 153+62+213=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #993ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ED5 is #66C12A. Grayscale: #696969. Windows color (decimal): -6734123 or 13975193. OLE color: 13975193.

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

Color convert

RGB 153 62 213 -
CMYK 0.28 0.71 0 0.16
HSL 276.16º 0.64% 0.54% -
HSV(B) 276.16º 0.71% 0.84% -
XYZ 26.87 15.02 64.43 -
YUV 106.42 188.15 161.22 -
System Red Green Blue C M Y K H S L
Decimal 153 62 213 0.28 0.71 0 0.16 276.16 0.64 0.54
Hex 99 3E D5 1C 47 0 10 114 40 36
Octal 231 76 325 34 107 0 20 424 100 66
Binary 10011001 111110 11010101 11100 1000111 0 10000 100010100 1000000 110110

Color Harmonies of #993ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993ED5

Black with #993ED5

Text Example


Text Example

White with #993ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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