Html Css Color HEX #983185 Dark Purple

📋 copy color: '#983185'

red 152 ◦ green 49 ◦ blue 133

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

Shades of Dark Purple #983185

Tints of Dark Purple #983185

RGB

 RED value IS 152 (59.77% from 255) = 45.51%

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 45.51%
G = 14.67%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#983185 (or 0x983185) is known color: Dark Purple. HEX triplet: 98, 31 and 85. RGB value is (152,49,133). Sum of RGB (Red+Green+Blue) = 152+49+133=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #983185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983185 is #67CE7A. Grayscale: #595959. Windows color (decimal): -6803067 or 8728984. OLE color: 8728984.

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

Color convert

RGB 152 49 133 -
CMYK 0 0.68 0.13 0.40
HSL 311.07º 0.51% 0.39% -
HSV(B) 311.07º 0.68% 0.6% -
XYZ 18.28 10.57 23.27 -
YUV 89.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 152 49 133 0 0.68 0.13 0.40 311.07 0.51 0.39
Hex 98 31 85 0 44 D 28 137 33 27
Octal 230 61 205 0 104 15 50 467 63 47
Binary 10011000 110001 10000101 0 1000100 1101 101000 100110111 110011 100111

Color Harmonies of #983185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983185

Black with #983185

Text Example


Text Example

White with #983185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983185; }

 p { color: rgb(152,49,133); }

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

background-color css

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

 a { background-color: rgb(152,49,133); }

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

border-color css

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

 span { border-color: rgb(152,49,133); }

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