Html Css Color HEX #993285 Dark Purple

📋 copy color: '#993285'

red 153 ◦ green 50 ◦ blue 133

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

Shades of Dark Purple #993285

Tints of Dark Purple #993285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.88%

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

R = 45.54%
G = 14.88%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#993285 (or 0x993285) is known color: Dark Purple. HEX triplet: 99, 32 and 85. RGB value is (153,50,133). Sum of RGB (Red+Green+Blue) = 153+50+133=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #993285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993285 is #66CD7A. Grayscale: #5A5A5A. Windows color (decimal): -6737275 or 8729241. OLE color: 8729241.

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

Color convert

RGB 153 50 133 -
CMYK 0 0.67 0.13 0.4
HSL 311.65º 0.51% 0.4% -
HSV(B) 311.65º 0.67% 0.6% -
XYZ 18.51 10.75 23.29 -
YUV 90.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 153 50 133 0 0.67 0.13 0.4 311.65 0.51 0.4
Hex 99 32 85 0 43 D 28 138 33 28
Octal 231 62 205 0 103 15 50 470 63 50
Binary 10011001 110010 10000101 0 1000011 1101 101000 100111000 110011 101000

Color Harmonies of #993285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993285

Black with #993285

Text Example


Text Example

White with #993285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993285; }

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

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

background-color css

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

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

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

border-color css

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

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

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