Html Css Color HEX #983C7E Dark Purple

📋 copy color: '#983C7E'

red 152 ◦ green 60 ◦ blue 126

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

Shades of Dark Purple #983C7E

Tints of Dark Purple #983C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.75%

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

R = 44.97%
G = 17.75%
B = 37.28%

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

#983C7E (or 0x983C7E) is known color: Dark Purple. HEX triplet: 98, 3C and 7E. RGB value is (152,60,126). Sum of RGB (Red+Green+Blue) = 152+60+126=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #983C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983C7E is #67C381. Grayscale: #5E5E5E. Windows color (decimal): -6800258 or 8273048. OLE color: 8273048.

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

Color convert

RGB 152 60 126 -
CMYK 0 0.61 0.17 0.40
HSL 316.96º 0.43% 0.42% -
HSV(B) 316.96º 0.61% 0.6% -
XYZ 18.33 11.41 20.98 -
YUV 95.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 152 60 126 0 0.61 0.17 0.40 316.96 0.43 0.42
Hex 98 3C 7E 0 3D 11 28 13D 2B 2A
Octal 230 74 176 0 75 21 50 475 53 52
Binary 10011000 111100 1111110 0 111101 10001 101000 100111101 101011 101010

Color Harmonies of #983C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C7E

Black with #983C7E

Text Example


Text Example

White with #983C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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