Html Css Color HEX #993FC6 Dark Orchid

📋 copy color: '#993FC6'

red 153 ◦ green 63 ◦ blue 198

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

Shades of Dark Orchid #993FC6

Tints of Dark Orchid #993FC6

RGB

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

 GREEN value IS 63 (25% from 255) = 15.22%

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

R = 36.96%
G = 15.22%
B = 47.83%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#993FC6 (or 0x993FC6) is known color: Dark Orchid. HEX triplet: 99, 3F and C6. RGB value is (153,63,198). Sum of RGB (Red+Green+Blue) = 153+63+198=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #993FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FC6 is #66C039. Grayscale: #686868. Windows color (decimal): -6733882 or 12992409. OLE color: 12992409.

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

Color convert

RGB 153 63 198 -
CMYK 0.23 0.68 0 0.22
HSL 280º 0.54% 0.51% -
HSV(B) 280º 0.68% 0.78% -
XYZ 25.11 14.4 54.88 -
YUV 105.3 180.32 162.02 -
System Red Green Blue C M Y K H S L
Decimal 153 63 198 0.23 0.68 0 0.22 280 0.54 0.51
Hex 99 3F C6 17 44 0 16 118 36 33
Octal 231 77 306 27 104 0 26 430 66 63
Binary 10011001 111111 11000110 10111 1000100 0 10110 100011000 110110 110011

Color Harmonies of #993FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FC6

Black with #993FC6

Text Example


Text Example

White with #993FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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