Html Css Color HEX #993DDB Dark Orchid

📋 copy color: '#993DDB'

red 153 ◦ green 61 ◦ blue 219

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

Shades of Dark Orchid #993DDB

Tints of Dark Orchid #993DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.09%

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 35.33%
G = 14.09%
B = 50.58%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#993DDB (or 0x993DDB) is known color: Dark Orchid. HEX triplet: 99, 3D and DB. RGB value is (153,61,219). Sum of RGB (Red+Green+Blue) = 153+61+219=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #993DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DDB is #66C224. Grayscale: #696969. Windows color (decimal): -6734373 or 14368153. OLE color: 14368153.

HSL color Cylindrical-coordinate representation of color #993DDB: hue angle of 274.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993DDB is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 61 219 -
CMYK 0.30 0.72 0 0.14
HSL 274.94º 0.69% 0.55% -
HSV(B) 274.94º 0.72% 0.86% -
XYZ 27.59 15.22 68.5 -
YUV 106.52 191.48 161.15 -
System Red Green Blue C M Y K H S L
Decimal 153 61 219 0.30 0.72 0 0.14 274.94 0.69 0.55
Hex 99 3D DB 1E 48 0 E 113 45 37
Octal 231 75 333 36 110 0 16 423 105 67
Binary 10011001 111101 11011011 11110 1001000 0 1110 100010011 1000101 110111

Color Harmonies of #993DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DDB

Black with #993DDB

Text Example


Text Example

White with #993DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,61,219); }

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

background-color css

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

 a { background-color: rgb(153,61,219); }

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

border-color css

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

 span { border-color: rgb(153,61,219); }

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