Html Css Color HEX #993CC6 Dark Orchid

📋 copy color: '#993CC6'

red 153 ◦ green 60 ◦ blue 198

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

Shades of Dark Orchid #993CC6

Tints of Dark Orchid #993CC6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.6%

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

R = 37.23%
G = 14.6%
B = 48.18%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#993CC6 (or 0x993CC6) is known color: Dark Orchid. HEX triplet: 99, 3C and C6. RGB value is (153,60,198). Sum of RGB (Red+Green+Blue) = 153+60+198=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #993CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CC6 is #66C339. Grayscale: #676767. Windows color (decimal): -6734650 or 12991641. OLE color: 12991641.

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

Color convert

RGB 153 60 198 -
CMYK 0.23 0.70 0 0.22
HSL 280.43º 0.55% 0.51% -
HSV(B) 280.43º 0.7% 0.78% -
XYZ 24.95 14.08 54.83 -
YUV 103.54 181.31 163.28 -
System Red Green Blue C M Y K H S L
Decimal 153 60 198 0.23 0.70 0 0.22 280.43 0.55 0.51
Hex 99 3C C6 17 46 0 16 118 37 33
Octal 231 74 306 27 106 0 26 430 67 63
Binary 10011001 111100 11000110 10111 1000110 0 10110 100011000 110111 110011

Color Harmonies of #993CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CC6

Black with #993CC6

Text Example


Text Example

White with #993CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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