Html Css Color HEX #98238E Dark Purple

📋 copy color: '#98238E'

red 152 ◦ green 35 ◦ blue 142

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

Shades of Dark Purple #98238E

Tints of Dark Purple #98238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 46.2%
G = 10.64%
B = 43.16%

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

#98238E (or 0x98238E) is known color: Dark Purple. HEX triplet: 98, 23 and 8E. RGB value is (152,35,142). Sum of RGB (Red+Green+Blue) = 152+35+142=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98238E is #67DC71. Grayscale: #515151. Windows color (decimal): -6806642 or 9315224. OLE color: 9315224.

HSL color Cylindrical-coordinate representation of color #98238E: hue angle of 305.13º 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 #98238E is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 35 142 -
CMYK 0 0.77 0.07 0.40
HSL 305.13º 0.63% 0.37% -
HSV(B) 305.13º 0.77% 0.6% -
XYZ 18.43 9.83 26.52 -
YUV 82.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 152 35 142 0 0.77 0.07 0.40 305.13 0.63 0.37
Hex 98 23 8E 0 4D 7 28 131 3F 25
Octal 230 43 216 0 115 7 50 461 77 45
Binary 10011000 100011 10001110 0 1001101 111 101000 100110001 111111 100101

Color Harmonies of #98238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98238E

Black with #98238E

Text Example


Text Example

White with #98238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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