Html Css Color HEX #993EC6 Dark Orchid

📋 copy color: '#993EC6'

red 153 ◦ green 62 ◦ blue 198

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

Shades of Dark Orchid #993EC6

Tints of Dark Orchid #993EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.94%

R = 37.05%
G = 15.01%
B = 47.94%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#993EC6 (or 0x993EC6) is known color: Dark Orchid. HEX triplet: 99, 3E and C6. RGB value is (153,62,198). Sum of RGB (Red+Green+Blue) = 153+62+198=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #993EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993EC6 is #66C139. Grayscale: #686868. Windows color (decimal): -6734138 or 12992153. OLE color: 12992153.

HSL color Cylindrical-coordinate representation of color #993EC6: hue angle of 280.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993EC6 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 62 198 -
CMYK 0.23 0.69 0 0.22
HSL 280.15º 0.54% 0.51% -
HSV(B) 280.15º 0.69% 0.78% -
XYZ 25.05 14.29 54.86 -
YUV 104.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 153 62 198 0.23 0.69 0 0.22 280.15 0.54 0.51
Hex 99 3E C6 17 45 0 16 118 36 33
Octal 231 76 306 27 105 0 26 430 66 63
Binary 10011001 111110 11000110 10111 1000101 0 10110 100011000 110110 110011

Color Harmonies of #993EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EC6

Black with #993EC6

Text Example


Text Example

White with #993EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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