Html Css Color HEX #993682 Dark Purple

📋 copy color: '#993682'

red 153 ◦ green 54 ◦ blue 130

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

Shades of Dark Purple #993682

Tints of Dark Purple #993682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.02%

 BLUE value IS 130 (51.17% from 255) = 38.58%

R = 45.4%
G = 16.02%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#993682 (or 0x993682) is known color: Dark Purple. HEX triplet: 99, 36 and 82. RGB value is (153,54,130). Sum of RGB (Red+Green+Blue) = 153+54+130=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #993682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993682 is #66C97D. Grayscale: #5C5C5C. Windows color (decimal): -6736254 or 8533657. OLE color: 8533657.

HSL color Cylindrical-coordinate representation of color #993682: hue angle of 313.94º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993682 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 54 130 -
CMYK 0 0.65 0.15 0.4
HSL 313.94º 0.48% 0.41% -
HSV(B) 313.94º 0.65% 0.6% -
XYZ 18.49 11.02 22.27 -
YUV 92.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 153 54 130 0 0.65 0.15 0.4 313.94 0.48 0.41
Hex 99 36 82 0 41 F 28 13A 30 29
Octal 231 66 202 0 101 17 50 472 60 51
Binary 10011001 110110 10000010 0 1000001 1111 101000 100111010 110000 101001

Color Harmonies of #993682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993682

Black with #993682

Text Example


Text Example

White with #993682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993682; }

 p { color: rgb(153,54,130); }

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

background-color css

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

 a { background-color: rgb(153,54,130); }

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

border-color css

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

 span { border-color: rgb(153,54,130); }

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