Html Css Color HEX #983879 Dark Purple

📋 copy color: '#983879'

red 152 ◦ green 56 ◦ blue 121

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

Shades of Dark Purple #983879

Tints of Dark Purple #983879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.02%

 BLUE value IS 121 (47.66% from 255) = 36.78%

R = 46.2%
G = 17.02%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#983879 (or 0x983879) is known color: Dark Purple. HEX triplet: 98, 38 and 79. RGB value is (152,56,121). Sum of RGB (Red+Green+Blue) = 152+56+121=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #983879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983879 is #67C786. Grayscale: #5B5B5B. Windows color (decimal): -6801287 or 7944344. OLE color: 7944344.

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

Color convert

RGB 152 56 121 -
CMYK 0 0.63 0.20 0.40
HSL 319.38º 0.46% 0.41% -
HSV(B) 319.38º 0.63% 0.6% -
XYZ 17.81 10.88 19.25 -
YUV 92.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 152 56 121 0 0.63 0.20 0.40 319.38 0.46 0.41
Hex 98 38 79 0 3F 14 28 13F 2E 29
Octal 230 70 171 0 77 24 50 477 56 51
Binary 10011000 111000 1111001 0 111111 10100 101000 100111111 101110 101001

Color Harmonies of #983879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983879

Black with #983879

Text Example


Text Example

White with #983879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983879; }

 p { color: rgb(152,56,121); }

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

background-color css

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

 a { background-color: rgb(152,56,121); }

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

border-color css

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

 span { border-color: rgb(152,56,121); }

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