Html Css Color HEX #98358A Dark Purple

📋 copy color: '#98358A'

red 152 ◦ green 53 ◦ blue 138

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

Shades of Dark Purple #98358A

Tints of Dark Purple #98358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

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

R = 44.31%
G = 15.45%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98358A (or 0x98358A) is known color: Dark Purple. HEX triplet: 98, 35 and 8A. RGB value is (152,53,138). Sum of RGB (Red+Green+Blue) = 152+53+138=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98358A is #67CA75. Grayscale: #5C5C5C. Windows color (decimal): -6802038 or 9057688. OLE color: 9057688.

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

Color convert

RGB 152 53 138 -
CMYK 0 0.65 0.09 0.40
HSL 308.48º 0.48% 0.4% -
HSV(B) 308.48º 0.65% 0.6% -
XYZ 18.81 11.06 25.19 -
YUV 92.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 152 53 138 0 0.65 0.09 0.40 308.48 0.48 0.4
Hex 98 35 8A 0 41 9 28 134 30 28
Octal 230 65 212 0 101 11 50 464 60 50
Binary 10011000 110101 10001010 0 1000001 1001 101000 100110100 110000 101000

Color Harmonies of #98358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98358A

Black with #98358A

Text Example


Text Example

White with #98358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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