Html Css Color HEX #993482 Dark Purple

📋 copy color: '#993482'

red 153 ◦ green 52 ◦ blue 130

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

Shades of Dark Purple #993482

Tints of Dark Purple #993482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

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

R = 45.67%
G = 15.52%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#993482 (or 0x993482) is known color: Dark Purple. HEX triplet: 99, 34 and 82. RGB value is (153,52,130). Sum of RGB (Red+Green+Blue) = 153+52+130=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #993482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993482 is #66CB7D. Grayscale: #5A5A5A. Windows color (decimal): -6736766 or 8533145. OLE color: 8533145.

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

Color convert

RGB 153 52 130 -
CMYK 0 0.66 0.15 0.4
HSL 313.66º 0.49% 0.4% -
HSV(B) 313.66º 0.66% 0.6% -
XYZ 18.39 10.84 22.24 -
YUV 91.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 153 52 130 0 0.66 0.15 0.4 313.66 0.49 0.4
Hex 99 34 82 0 42 F 28 13A 31 28
Octal 231 64 202 0 102 17 50 472 61 50
Binary 10011001 110100 10000010 0 1000010 1111 101000 100111010 110001 101000

Color Harmonies of #993482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993482

Black with #993482

Text Example


Text Example

White with #993482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993482; }

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

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

background-color css

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

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

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

border-color css

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

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

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