Html Css Color HEX #993EDC Dark Orchid

📋 copy color: '#993EDC'

red 153 ◦ green 62 ◦ blue 220

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

Shades of Dark Orchid #993EDC

Tints of Dark Orchid #993EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 35.17%
G = 14.25%
B = 50.57%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#993EDC (or 0x993EDC) is known color: Dark Orchid. HEX triplet: 99, 3E and DC. RGB value is (153,62,220). Sum of RGB (Red+Green+Blue) = 153+62+220=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #993EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993EDC is #66C123. Grayscale: #6A6A6A. Windows color (decimal): -6734116 or 14433945. OLE color: 14433945.

HSL color Cylindrical-coordinate representation of color #993EDC: hue angle of 274.56º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993EDC is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 62 220 -
CMYK 0.30 0.72 0 0.14
HSL 274.56º 0.69% 0.55% -
HSV(B) 274.56º 0.72% 0.86% -
XYZ 27.78 15.38 69.22 -
YUV 107.22 191.65 160.65 -
System Red Green Blue C M Y K H S L
Decimal 153 62 220 0.30 0.72 0 0.14 274.56 0.69 0.55
Hex 99 3E DC 1E 48 0 E 113 45 37
Octal 231 76 334 36 110 0 16 423 105 67
Binary 10011001 111110 11011100 11110 1001000 0 1110 100010011 1000101 110111

Color Harmonies of #993EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EDC

Black with #993EDC

Text Example


Text Example

White with #993EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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