Html Css Color HEX #993DBF Dark Orchid

📋 copy color: '#993DBF'

red 153 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #993DBF

Tints of Dark Orchid #993DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.16%

R = 37.78%
G = 15.06%
B = 47.16%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#993DBF (or 0x993DBF) is known color: Dark Orchid. HEX triplet: 99, 3D and BF. RGB value is (153,61,191). Sum of RGB (Red+Green+Blue) = 153+61+191=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #993DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DBF is #66C240. Grayscale: #666666. Windows color (decimal): -6734401 or 12533145. OLE color: 12533145.

HSL color Cylindrical-coordinate representation of color #993DBF: hue angle of 282.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993DBF is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 61 191 -
CMYK 0.20 0.68 0 0.25
HSL 282.46º 0.52% 0.49% -
HSV(B) 282.46º 0.68% 0.75% -
XYZ 24.21 13.87 50.69 -
YUV 103.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 153 61 191 0.20 0.68 0 0.25 282.46 0.52 0.49
Hex 99 3D BF 14 44 0 19 11A 34 31
Octal 231 75 277 24 104 0 31 432 64 61
Binary 10011001 111101 10111111 10100 1000100 0 11001 100011010 110100 110001

Color Harmonies of #993DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DBF

Black with #993DBF

Text Example


Text Example

White with #993DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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