Html Css Color HEX #98387C Dark Purple

📋 copy color: '#98387C'

red 152 ◦ green 56 ◦ blue 124

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

Shades of Dark Purple #98387C

Tints of Dark Purple #98387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 45.78%
G = 16.87%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98387C (or 0x98387C) is known color: Dark Purple. HEX triplet: 98, 38 and 7C. RGB value is (152,56,124). Sum of RGB (Red+Green+Blue) = 152+56+124=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98387C is #67C783. Grayscale: #5C5C5C. Windows color (decimal): -6801284 or 8140952. OLE color: 8140952.

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

Color convert

RGB 152 56 124 -
CMYK 0 0.63 0.18 0.40
HSL 317.5º 0.46% 0.41% -
HSV(B) 317.5º 0.63% 0.6% -
XYZ 18 10.96 20.24 -
YUV 92.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 152 56 124 0 0.63 0.18 0.40 317.5 0.46 0.41
Hex 98 38 7C 0 3F 12 28 13E 2E 29
Octal 230 70 174 0 77 22 50 476 56 51
Binary 10011000 111000 1111100 0 111111 10010 101000 100111110 101110 101001

Color Harmonies of #98387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98387C

Black with #98387C

Text Example


Text Example

White with #98387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98387C; }

 p { color: rgb(152,56,124); }

 H1.HeaderClassName
 {
   color: #98387C;
 }
 .AnyTagClassName
 {
   color: #98387C;
 }
</style>

background-color css

<style>
 a { background-color: #98387C; }

 a { background-color: rgb(152,56,124); }

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

border-color css

<style>
 span { border-color: #98387C; }

 span { border-color: rgb(152,56,124); }

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