Html Css Color HEX #983785 Dark Purple

📋 copy color: '#983785'

red 152 ◦ green 55 ◦ blue 133

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

Shades of Dark Purple #983785

Tints of Dark Purple #983785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.18%

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

R = 44.71%
G = 16.18%
B = 39.12%

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

#983785 (or 0x983785) is known color: Dark Purple. HEX triplet: 98, 37 and 85. RGB value is (152,55,133). Sum of RGB (Red+Green+Blue) = 152+55+133=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #983785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983785 is #67C87A. Grayscale: #5C5C5C. Windows color (decimal): -6801531 or 8730520. OLE color: 8730520.

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

Color convert

RGB 152 55 133 -
CMYK 0 0.64 0.13 0.40
HSL 311.75º 0.47% 0.41% -
HSV(B) 311.75º 0.64% 0.6% -
XYZ 18.55 11.1 23.36 -
YUV 92.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 152 55 133 0 0.64 0.13 0.40 311.75 0.47 0.41
Hex 98 37 85 0 40 D 28 138 2F 29
Octal 230 67 205 0 100 15 50 470 57 51
Binary 10011000 110111 10000101 0 1000000 1101 101000 100111000 101111 101001

Color Harmonies of #983785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983785

Black with #983785

Text Example


Text Example

White with #983785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983785; }

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

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

background-color css

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

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

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

border-color css

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

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

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