Html Css Color HEX #993FBB Dark Orchid

📋 copy color: '#993FBB'

red 153 ◦ green 63 ◦ blue 187

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

Shades of Dark Orchid #993FBB

Tints of Dark Orchid #993FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.63%

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 37.97%
G = 15.63%
B = 46.4%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#993FBB (or 0x993FBB) is known color: Dark Orchid. HEX triplet: 99, 3F and BB. RGB value is (153,63,187). Sum of RGB (Red+Green+Blue) = 153+63+187=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #993FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FBB is #66C044. Grayscale: #676767. Windows color (decimal): -6733893 or 12271513. OLE color: 12271513.

HSL color Cylindrical-coordinate representation of color #993FBB: hue angle of 283.55º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993FBB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 63 187 -
CMYK 0.18 0.66 0 0.27
HSL 283.55º 0.5% 0.49% -
HSV(B) 283.55º 0.66% 0.73% -
XYZ 23.88 13.92 48.44 -
YUV 104.05 174.82 162.92 -
System Red Green Blue C M Y K H S L
Decimal 153 63 187 0.18 0.66 0 0.27 283.55 0.5 0.49
Hex 99 3F BB 12 42 0 1B 11C 32 31
Octal 231 77 273 22 102 0 33 434 62 61
Binary 10011001 111111 10111011 10010 1000010 0 11011 100011100 110010 110001

Color Harmonies of #993FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FBB

Black with #993FBB

Text Example


Text Example

White with #993FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,63,187); }

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

background-color css

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

 a { background-color: rgb(153,63,187); }

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

border-color css

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

 span { border-color: rgb(153,63,187); }

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