Html Css Color HEX #993CDF Dark Orchid

📋 copy color: '#993CDF'

red 153 ◦ green 60 ◦ blue 223

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

Shades of Dark Orchid #993CDF

Tints of Dark Orchid #993CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 35.09%
G = 13.76%
B = 51.15%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#993CDF (or 0x993CDF) is known color: Dark Orchid. HEX triplet: 99, 3C and DF. RGB value is (153,60,223). Sum of RGB (Red+Green+Blue) = 153+60+223=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #993CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CDF is #66C320. Grayscale: #696969. Windows color (decimal): -6734625 or 14630041. OLE color: 14630041.

HSL color Cylindrical-coordinate representation of color #993CDF: hue angle of 274.23º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993CDF is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 60 223 -
CMYK 0.31 0.73 0 0.13
HSL 274.23º 0.72% 0.55% -
HSV(B) 274.23º 0.73% 0.87% -
XYZ 28.07 15.33 71.29 -
YUV 106.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 153 60 223 0.31 0.73 0 0.13 274.23 0.72 0.55
Hex 99 3C DF 1F 49 0 D 112 48 37
Octal 231 74 337 37 111 0 15 422 110 67
Binary 10011001 111100 11011111 11111 1001001 0 1101 100010010 1001000 110111

Color Harmonies of #993CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CDF

Black with #993CDF

Text Example


Text Example

White with #993CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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