Html Css Color HEX #993BB6 Dark Orchid

📋 copy color: '#993BB6'

red 153 ◦ green 59 ◦ blue 182

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

Shades of Dark Orchid #993BB6

Tints of Dark Orchid #993BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.19%

R = 38.83%
G = 14.97%
B = 46.19%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#993BB6 (or 0x993BB6) is known color: Dark Orchid. HEX triplet: 99, 3B and B6. RGB value is (153,59,182). Sum of RGB (Red+Green+Blue) = 153+59+182=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #993BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BB6 is #66C449. Grayscale: #646464. Windows color (decimal): -6734922 or 11942809. OLE color: 11942809.

HSL color Cylindrical-coordinate representation of color #993BB6: hue angle of 285.85º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993BB6 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 59 182 -
CMYK 0.16 0.68 0 0.29
HSL 285.85º 0.51% 0.47% -
HSV(B) 285.85º 0.68% 0.71% -
XYZ 23.14 13.28 45.6 -
YUV 101.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 153 59 182 0.16 0.68 0 0.29 285.85 0.51 0.47
Hex 99 3B B6 10 44 0 1D 11E 33 2F
Octal 231 73 266 20 104 0 35 436 63 57
Binary 10011001 111011 10110110 10000 1000100 0 11101 100011110 110011 101111

Color Harmonies of #993BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BB6

Black with #993BB6

Text Example


Text Example

White with #993BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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