Html Css Color HEX #983B7E Dark Purple

📋 copy color: '#983B7E'

red 152 ◦ green 59 ◦ blue 126

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

Shades of Dark Purple #983B7E

Tints of Dark Purple #983B7E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

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

R = 45.1%
G = 17.51%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#983B7E (or 0x983B7E) is known color: Dark Purple. HEX triplet: 98, 3B and 7E. RGB value is (152,59,126). Sum of RGB (Red+Green+Blue) = 152+59+126=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #983B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983B7E is #67C481. Grayscale: #5E5E5E. Windows color (decimal): -6800514 or 8272792. OLE color: 8272792.

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

Color convert

RGB 152 59 126 -
CMYK 0 0.61 0.17 0.40
HSL 316.77º 0.44% 0.41% -
HSV(B) 316.77º 0.61% 0.6% -
XYZ 18.28 11.31 20.96 -
YUV 94.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 152 59 126 0 0.61 0.17 0.40 316.77 0.44 0.41
Hex 98 3B 7E 0 3D 11 28 13D 2C 29
Octal 230 73 176 0 75 21 50 475 54 51
Binary 10011000 111011 1111110 0 111101 10001 101000 100111101 101100 101001

Color Harmonies of #983B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983B7E

Black with #983B7E

Text Example


Text Example

White with #983B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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