Html Css Color HEX #98308D Dark Purple

📋 copy color: '#98308D'

red 152 ◦ green 48 ◦ blue 141

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

Shades of Dark Purple #98308D

Tints of Dark Purple #98308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.08%

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 44.57%
G = 14.08%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98308D (or 0x98308D) is known color: Dark Purple. HEX triplet: 98, 30 and 8D. RGB value is (152,48,141). Sum of RGB (Red+Green+Blue) = 152+48+141=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98308D is #67CF72. Grayscale: #595959. Windows color (decimal): -6803315 or 9253016. OLE color: 9253016.

HSL color Cylindrical-coordinate representation of color #98308D: hue angle of 306.35º degrees, saturation: 0.52, 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 #98308D is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 141 -
CMYK 0 0.68 0.07 0.40
HSL 306.35º 0.52% 0.39% -
HSV(B) 306.35º 0.68% 0.6% -
XYZ 18.81 10.71 26.28 -
YUV 89.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 152 48 141 0 0.68 0.07 0.40 306.35 0.52 0.39
Hex 98 30 8D 0 44 7 28 132 34 27
Octal 230 60 215 0 104 7 50 462 64 47
Binary 10011000 110000 10001101 0 1000100 111 101000 100110010 110100 100111

Color Harmonies of #98308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98308D

Black with #98308D

Text Example


Text Example

White with #98308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98308D; }

 p { color: rgb(152,48,141); }

 H1.HeaderClassName
 {
   color: #98308D;
 }
 .AnyTagClassName
 {
   color: #98308D;
 }
</style>

background-color css

<style>
 a { background-color: #98308D; }

 a { background-color: rgb(152,48,141); }

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

border-color css

<style>
 span { border-color: #98308D; }

 span { border-color: rgb(152,48,141); }

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