Html Css Color HEX #993EBF Dark Orchid

📋 copy color: '#993EBF'

red 153 ◦ green 62 ◦ blue 191

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

Shades of Dark Orchid #993EBF

Tints of Dark Orchid #993EBF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.27%

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

R = 37.68%
G = 15.27%
B = 47.04%

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

#993EBF (or 0x993EBF) is known color: Dark Orchid. HEX triplet: 99, 3E and BF. RGB value is (153,62,191). Sum of RGB (Red+Green+Blue) = 153+62+191=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #993EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993EBF is #66C140. Grayscale: #676767. Windows color (decimal): -6734145 or 12533401. OLE color: 12533401.

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

Color convert

RGB 153 62 191 -
CMYK 0.20 0.68 0 0.25
HSL 282.33º 0.51% 0.5% -
HSV(B) 282.33º 0.68% 0.75% -
XYZ 24.26 13.98 50.71 -
YUV 103.92 177.15 163.01 -
System Red Green Blue C M Y K H S L
Decimal 153 62 191 0.20 0.68 0 0.25 282.33 0.51 0.5
Hex 99 3E BF 14 44 0 19 11A 33 32
Octal 231 76 277 24 104 0 31 432 63 62
Binary 10011001 111110 10111111 10100 1000100 0 11001 100011010 110011 110010

Color Harmonies of #993EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EBF

Black with #993EBF

Text Example


Text Example

White with #993EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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