Html Css Color HEX #983C7B Dark Purple

📋 copy color: '#983C7B'

red 152 ◦ green 60 ◦ blue 123

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

Shades of Dark Purple #983C7B

Tints of Dark Purple #983C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 45.37%
G = 17.91%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#983C7B (or 0x983C7B) is known color: Dark Purple. HEX triplet: 98, 3C and 7B. RGB value is (152,60,123). Sum of RGB (Red+Green+Blue) = 152+60+123=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #983C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983C7B is #67C384. Grayscale: #5E5E5E. Windows color (decimal): -6800261 or 8076440. OLE color: 8076440.

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

Color convert

RGB 152 60 123 -
CMYK 0 0.61 0.19 0.40
HSL 318.91º 0.43% 0.42% -
HSV(B) 318.91º 0.61% 0.6% -
XYZ 18.14 11.34 19.97 -
YUV 94.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 152 60 123 0 0.61 0.19 0.40 318.91 0.43 0.42
Hex 98 3C 7B 0 3D 13 28 13F 2B 2A
Octal 230 74 173 0 75 23 50 477 53 52
Binary 10011000 111100 1111011 0 111101 10011 101000 100111111 101011 101010

Color Harmonies of #983C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C7B

Black with #983C7B

Text Example


Text Example

White with #983C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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