Html Css Color HEX #993CC7 Dark Orchid

📋 copy color: '#993CC7'

red 153 ◦ green 60 ◦ blue 199

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

Shades of Dark Orchid #993CC7

Tints of Dark Orchid #993CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.3%

R = 37.14%
G = 14.56%
B = 48.3%

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

#993CC7 (or 0x993CC7) is known color: Dark Orchid. HEX triplet: 99, 3C and C7. RGB value is (153,60,199). Sum of RGB (Red+Green+Blue) = 153+60+199=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 199 - color contains mainly: blue. Hex color #993CC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CC7 is #66C338. Grayscale: #676767. Windows color (decimal): -6734649 or 13057177. OLE color: 13057177.

HSL color Cylindrical-coordinate representation of color #993CC7: hue angle of 280.14º 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 #993CC7 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 60 199 -
CMYK 0.23 0.70 0 0.22
HSL 280.14º 0.55% 0.51% -
HSV(B) 280.14º 0.7% 0.78% -
XYZ 25.06 14.13 55.44 -
YUV 103.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 153 60 199 0.23 0.70 0 0.22 280.14 0.55 0.51
Hex 99 3C C7 17 46 0 16 118 37 33
Octal 231 74 307 27 106 0 26 430 67 63
Binary 10011001 111100 11000111 10111 1000110 0 10110 100011000 110111 110011

Color Harmonies of #993CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CC7

Black with #993CC7

Text Example


Text Example

White with #993CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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