Html Css Color HEX #98318A Dark Purple

📋 copy color: '#98318A'

red 152 ◦ green 49 ◦ blue 138

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

Shades of Dark Purple #98318A

Tints of Dark Purple #98318A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 44.84%
G = 14.45%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98318A (or 0x98318A) is known color: Dark Purple. HEX triplet: 98, 31 and 8A. RGB value is (152,49,138). Sum of RGB (Red+Green+Blue) = 152+49+138=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #98318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98318A is #67CE75. Grayscale: #595959. Windows color (decimal): -6803062 or 9056664. OLE color: 9056664.

HSL color Cylindrical-coordinate representation of color #98318A: hue angle of 308.16º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98318A is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 138 -
CMYK 0 0.68 0.09 0.40
HSL 308.16º 0.51% 0.39% -
HSV(B) 308.16º 0.68% 0.6% -
XYZ 18.63 10.71 25.13 -
YUV 89.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 152 49 138 0 0.68 0.09 0.40 308.16 0.51 0.39
Hex 98 31 8A 0 44 9 28 134 33 27
Octal 230 61 212 0 104 11 50 464 63 47
Binary 10011000 110001 10001010 0 1000100 1001 101000 100110100 110011 100111

Color Harmonies of #98318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98318A

Black with #98318A

Text Example


Text Example

White with #98318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98318A; }

 p { color: rgb(152,49,138); }

 H1.HeaderClassName
 {
   color: #98318A;
 }
 .AnyTagClassName
 {
   color: #98318A;
 }
</style>

background-color css

<style>
 a { background-color: #98318A; }

 a { background-color: rgb(152,49,138); }

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

border-color css

<style>
 span { border-color: #98318A; }

 span { border-color: rgb(152,49,138); }

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