Html Css Color HEX #983A7E Dark Purple

📋 copy color: '#983A7E'

red 152 ◦ green 58 ◦ blue 126

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

Shades of Dark Purple #983A7E

Tints of Dark Purple #983A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 45.24%
G = 17.26%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#983A7E (or 0x983A7E) is known color: Dark Purple. HEX triplet: 98, 3A and 7E. RGB value is (152,58,126). Sum of RGB (Red+Green+Blue) = 152+58+126=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #983A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A7E is #67C581. Grayscale: #5D5D5D. Windows color (decimal): -6800770 or 8272536. OLE color: 8272536.

HSL color Cylindrical-coordinate representation of color #983A7E: hue angle of 316.6º 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 #983A7E is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 58 126 -
CMYK 0 0.62 0.17 0.40
HSL 316.6º 0.45% 0.41% -
HSV(B) 316.6º 0.62% 0.6% -
XYZ 18.23 11.21 20.94 -
YUV 93.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 152 58 126 0 0.62 0.17 0.40 316.6 0.45 0.41
Hex 98 3A 7E 0 3E 11 28 13D 2D 29
Octal 230 72 176 0 76 21 50 475 55 51
Binary 10011000 111010 1111110 0 111110 10001 101000 100111101 101101 101001

Color Harmonies of #983A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A7E

Black with #983A7E

Text Example


Text Example

White with #983A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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