Html Css Color HEX #993385 Dark Purple

📋 copy color: '#993385'

red 153 ◦ green 51 ◦ blue 133

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

Shades of Dark Purple #993385

Tints of Dark Purple #993385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

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

R = 45.4%
G = 15.13%
B = 39.47%

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

#993385 (or 0x993385) is known color: Dark Purple. HEX triplet: 99, 33 and 85. RGB value is (153,51,133). Sum of RGB (Red+Green+Blue) = 153+51+133=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #993385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993385 is #66CC7A. Grayscale: #5A5A5A. Windows color (decimal): -6737019 or 8729497. OLE color: 8729497.

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

Color convert

RGB 153 51 133 -
CMYK 0 0.67 0.13 0.4
HSL 311.76º 0.5% 0.4% -
HSV(B) 311.76º 0.67% 0.6% -
XYZ 18.55 10.83 23.3 -
YUV 90.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 153 51 133 0 0.67 0.13 0.4 311.76 0.5 0.4
Hex 99 33 85 0 43 D 28 138 32 28
Octal 231 63 205 0 103 15 50 470 62 50
Binary 10011001 110011 10000101 0 1000011 1101 101000 100111000 110010 101000

Color Harmonies of #993385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993385

Black with #993385

Text Example


Text Example

White with #993385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993385; }

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

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

background-color css

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

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

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

border-color css

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

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

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