Html Css Color HEX #98228B Dark Purple

📋 copy color: '#98228B'

red 152 ◦ green 34 ◦ blue 139

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

Shades of Dark Purple #98228B

Tints of Dark Purple #98228B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.46%

 BLUE value IS 139 (54.69% from 255) = 42.77%

R = 46.77%
G = 10.46%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98228B (or 0x98228B) is known color: Dark Purple. HEX triplet: 98, 22 and 8B. RGB value is (152,34,139). Sum of RGB (Red+Green+Blue) = 152+34+139=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98228B is #67DD74. Grayscale: #505050. Windows color (decimal): -6806901 or 9118360. OLE color: 9118360.

HSL color Cylindrical-coordinate representation of color #98228B: hue angle of 306.61º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98228B is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 34 139 -
CMYK 0 0.78 0.09 0.40
HSL 306.61º 0.63% 0.36% -
HSV(B) 306.61º 0.78% 0.6% -
XYZ 18.18 9.68 25.34 -
YUV 81.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 152 34 139 0 0.78 0.09 0.40 306.61 0.63 0.36
Hex 98 22 8B 0 4E 9 28 133 3F 24
Octal 230 42 213 0 116 11 50 463 77 44
Binary 10011000 100010 10001011 0 1001110 1001 101000 100110011 111111 100100

Color Harmonies of #98228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98228B

Black with #98228B

Text Example


Text Example

White with #98228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98228B; }

 p { color: rgb(152,34,139); }

 H1.HeaderClassName
 {
   color: #98228B;
 }
 .AnyTagClassName
 {
   color: #98228B;
 }
</style>

background-color css

<style>
 a { background-color: #98228B; }

 a { background-color: rgb(152,34,139); }

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

border-color css

<style>
 span { border-color: #98228B; }

 span { border-color: rgb(152,34,139); }

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