Html Css Color HEX #98318C Dark Purple

📋 copy color: '#98318C'

red 152 ◦ green 49 ◦ blue 140

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

Shades of Dark Purple #98318C

Tints of Dark Purple #98318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 44.57%
G = 14.37%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98318C (or 0x98318C) is known color: Dark Purple. HEX triplet: 98, 31 and 8C. RGB value is (152,49,140). Sum of RGB (Red+Green+Blue) = 152+49+140=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98318C is #67CE73. Grayscale: #595959. Windows color (decimal): -6803060 or 9187736. OLE color: 9187736.

HSL color Cylindrical-coordinate representation of color #98318C: hue angle of 306.99º 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 #98318C is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 140 -
CMYK 0 0.68 0.08 0.40
HSL 306.99º 0.51% 0.39% -
HSV(B) 306.99º 0.68% 0.6% -
XYZ 18.78 10.77 25.9 -
YUV 90.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 152 49 140 0 0.68 0.08 0.40 306.99 0.51 0.39
Hex 98 31 8C 0 44 8 28 133 33 27
Octal 230 61 214 0 104 10 50 463 63 47
Binary 10011000 110001 10001100 0 1000100 1000 101000 100110011 110011 100111

Color Harmonies of #98318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98318C

Black with #98318C

Text Example


Text Example

White with #98318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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