Html Css Color HEX #983685 Dark Purple

📋 copy color: '#983685'

red 152 ◦ green 54 ◦ blue 133

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

Shades of Dark Purple #983685

Tints of Dark Purple #983685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

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

R = 44.84%
G = 15.93%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#983685 (or 0x983685) is known color: Dark Purple. HEX triplet: 98, 36 and 85. RGB value is (152,54,133). Sum of RGB (Red+Green+Blue) = 152+54+133=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #983685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983685 is #67C97A. Grayscale: #5C5C5C. Windows color (decimal): -6801787 or 8730264. OLE color: 8730264.

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

Color convert

RGB 152 54 133 -
CMYK 0 0.64 0.13 0.40
HSL 311.63º 0.48% 0.4% -
HSV(B) 311.63º 0.64% 0.6% -
XYZ 18.5 11.01 23.34 -
YUV 92.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 152 54 133 0 0.64 0.13 0.40 311.63 0.48 0.4
Hex 98 36 85 0 40 D 28 138 30 28
Octal 230 66 205 0 100 15 50 470 60 50
Binary 10011000 110110 10000101 0 1000000 1101 101000 100111000 110000 101000

Color Harmonies of #983685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983685

Black with #983685

Text Example


Text Example

White with #983685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983685; }

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

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

background-color css

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

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

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

border-color css

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

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

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