Html Css Color HEX #983A7D Dark Purple

📋 copy color: '#983A7D'

red 152 ◦ green 58 ◦ blue 125

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

Shades of Dark Purple #983A7D

Tints of Dark Purple #983A7D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.31%

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 45.37%
G = 17.31%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#983A7D (or 0x983A7D) is known color: Dark Purple. HEX triplet: 98, 3A and 7D. RGB value is (152,58,125). Sum of RGB (Red+Green+Blue) = 152+58+125=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #983A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A7D is #67C582. Grayscale: #5D5D5D. Windows color (decimal): -6800771 or 8207000. OLE color: 8207000.

HSL color Cylindrical-coordinate representation of color #983A7D: hue angle of 317.23º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A7D is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 58 125 -
CMYK 0 0.62 0.18 0.40
HSL 317.23º 0.45% 0.41% -
HSV(B) 317.23º 0.62% 0.6% -
XYZ 18.16 11.18 20.6 -
YUV 93.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 152 58 125 0 0.62 0.18 0.40 317.23 0.45 0.41
Hex 98 3A 7D 0 3E 12 28 13D 2D 29
Octal 230 72 175 0 76 22 50 475 55 51
Binary 10011000 111010 1111101 0 111110 10010 101000 100111101 101101 101001

Color Harmonies of #983A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A7D

Black with #983A7D

Text Example


Text Example

White with #983A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983A7D; }

 p { color: rgb(152,58,125); }

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

background-color css

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

 a { background-color: rgb(152,58,125); }

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

border-color css

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

 span { border-color: rgb(152,58,125); }

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