Html Css Color HEX #98238D Dark Purple

📋 copy color: '#98238D'

red 152 ◦ green 35 ◦ blue 141

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

Shades of Dark Purple #98238D

Tints of Dark Purple #98238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

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

R = 46.34%
G = 10.67%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98238D (or 0x98238D) is known color: Dark Purple. HEX triplet: 98, 23 and 8D. RGB value is (152,35,141). Sum of RGB (Red+Green+Blue) = 152+35+141=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98238D is #67DC72. Grayscale: #515151. Windows color (decimal): -6806643 or 9249688. OLE color: 9249688.

HSL color Cylindrical-coordinate representation of color #98238D: hue angle of 305.64º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98238D is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 35 141 -
CMYK 0 0.77 0.07 0.40
HSL 305.64º 0.63% 0.37% -
HSV(B) 305.64º 0.77% 0.6% -
XYZ 18.36 9.8 26.12 -
YUV 82.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 152 35 141 0 0.77 0.07 0.40 305.64 0.63 0.37
Hex 98 23 8D 0 4D 7 28 132 3F 25
Octal 230 43 215 0 115 7 50 462 77 45
Binary 10011000 100011 10001101 0 1001101 111 101000 100110010 111111 100101

Color Harmonies of #98238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98238D

Black with #98238D

Text Example


Text Example

White with #98238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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