Html Css Color HEX #983485 Dark Purple

📋 copy color: '#983485'

red 152 ◦ green 52 ◦ blue 133

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

Shades of Dark Purple #983485

Tints of Dark Purple #983485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 45.1%
G = 15.43%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#983485 (or 0x983485) is known color: Dark Purple. HEX triplet: 98, 34 and 85. RGB value is (152,52,133). Sum of RGB (Red+Green+Blue) = 152+52+133=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #983485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983485 is #67CB7A. Grayscale: #5A5A5A. Windows color (decimal): -6802299 or 8729752. OLE color: 8729752.

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

Color convert

RGB 152 52 133 -
CMYK 0 0.66 0.13 0.40
HSL 311.4º 0.49% 0.4% -
HSV(B) 311.4º 0.66% 0.6% -
XYZ 18.41 10.82 23.31 -
YUV 91.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 152 52 133 0 0.66 0.13 0.40 311.4 0.49 0.4
Hex 98 34 85 0 42 D 28 137 31 28
Octal 230 64 205 0 102 15 50 467 61 50
Binary 10011000 110100 10000101 0 1000010 1101 101000 100110111 110001 101000

Color Harmonies of #983485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983485

Black with #983485

Text Example


Text Example

White with #983485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983485; }

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

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

background-color css

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

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

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

border-color css

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

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

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