Html Css Color HEX #993085 Dark Purple

📋 copy color: '#993085'

red 153 ◦ green 48 ◦ blue 133

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

Shades of Dark Purple #993085

Tints of Dark Purple #993085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

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

R = 45.81%
G = 14.37%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#993085 (or 0x993085) is known color: Dark Purple. HEX triplet: 99, 30 and 85. RGB value is (153,48,133). Sum of RGB (Red+Green+Blue) = 153+48+133=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #993085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993085 is #66CF7A. Grayscale: #585858. Windows color (decimal): -6737787 or 8728729. OLE color: 8728729.

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

Color convert

RGB 153 48 133 -
CMYK 0 0.69 0.13 0.4
HSL 311.43º 0.52% 0.39% -
HSV(B) 311.43º 0.69% 0.6% -
XYZ 18.43 10.58 23.26 -
YUV 89.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 153 48 133 0 0.69 0.13 0.4 311.43 0.52 0.39
Hex 99 30 85 0 45 D 28 137 34 27
Octal 231 60 205 0 105 15 50 467 64 47
Binary 10011001 110000 10000101 0 1000101 1101 101000 100110111 110100 100111

Color Harmonies of #993085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993085

Black with #993085

Text Example


Text Example

White with #993085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993085; }

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

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

background-color css

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

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

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

border-color css

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

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

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