Html Css Color HEX #993485 Dark Purple

📋 copy color: '#993485'

red 153 ◦ green 52 ◦ blue 133

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

Shades of Dark Purple #993485

Tints of Dark Purple #993485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.35%

R = 45.27%
G = 15.38%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#993485 (or 0x993485) is known color: Dark Purple. HEX triplet: 99, 34 and 85. RGB value is (153,52,133). Sum of RGB (Red+Green+Blue) = 153+52+133=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #993485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993485 is #66CB7A. Grayscale: #5B5B5B. Windows color (decimal): -6736763 or 8729753. OLE color: 8729753.

HSL color Cylindrical-coordinate representation of color #993485: hue angle of 311.88º 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 #993485 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 133 -
CMYK 0 0.66 0.13 0.4
HSL 311.88º 0.49% 0.4% -
HSV(B) 311.88º 0.66% 0.6% -
XYZ 18.6 10.92 23.32 -
YUV 91.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 153 52 133 0 0.66 0.13 0.4 311.88 0.49 0.4
Hex 99 34 85 0 42 D 28 138 31 28
Octal 231 64 205 0 102 15 50 470 61 50
Binary 10011001 110100 10000101 0 1000010 1101 101000 100111000 110001 101000

Color Harmonies of #993485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993485

Black with #993485

Text Example


Text Example

White with #993485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993485; }

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

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

background-color css

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

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

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

border-color css

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

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

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