Html Css Color HEX #993BDD Dark Orchid

📋 copy color: '#993BDD'

red 153 ◦ green 59 ◦ blue 221

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

Shades of Dark Orchid #993BDD

Tints of Dark Orchid #993BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.63%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 35.33%
G = 13.63%
B = 51.04%

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

#993BDD (or 0x993BDD) is known color: Dark Orchid. HEX triplet: 99, 3B and DD. RGB value is (153,59,221). Sum of RGB (Red+Green+Blue) = 153+59+221=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #993BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BDD is #66C422. Grayscale: #696969. Windows color (decimal): -6734883 or 14498713. OLE color: 14498713.

HSL color Cylindrical-coordinate representation of color #993BDD: hue angle of 274.81º degrees, saturation: 0.7, 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 #993BDD is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 59 221 -
CMYK 0.31 0.73 0 0.13
HSL 274.81º 0.7% 0.55% -
HSV(B) 274.81º 0.73% 0.87% -
XYZ 27.75 15.12 69.86 -
YUV 105.57 193.14 161.83 -
System Red Green Blue C M Y K H S L
Decimal 153 59 221 0.31 0.73 0 0.13 274.81 0.7 0.55
Hex 99 3B DD 1F 49 0 D 113 46 37
Octal 231 73 335 37 111 0 15 423 106 67
Binary 10011001 111011 11011101 11111 1001001 0 1101 100010011 1000110 110111

Color Harmonies of #993BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BDD

Black with #993BDD

Text Example


Text Example

White with #993BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,59,221); }

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

background-color css

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

 a { background-color: rgb(153,59,221); }

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

border-color css

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

 span { border-color: rgb(153,59,221); }

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