Html Css Color HEX #98236D Dark Purple

📋 copy color: '#98236D'

red 152 ◦ green 35 ◦ blue 109

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

Shades of Dark Purple #98236D

Tints of Dark Purple #98236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 51.35%
G = 11.82%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98236D (or 0x98236D) is known color: Dark Purple. HEX triplet: 98, 23 and 6D. RGB value is (152,35,109). Sum of RGB (Red+Green+Blue) = 152+35+109=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98236D is #67DC92. Grayscale: #4E4E4E. Windows color (decimal): -6806675 or 7152536. OLE color: 7152536.

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

Color convert

RGB 152 35 109 -
CMYK 0 0.77 0.28 0.40
HSL 322.05º 0.63% 0.37% -
HSV(B) 322.05º 0.77% 0.6% -
XYZ 16.31 8.98 15.34 -
YUV 78.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 152 35 109 0 0.77 0.28 0.40 322.05 0.63 0.37
Hex 98 23 6D 0 4D 1C 28 142 3F 25
Octal 230 43 155 0 115 34 50 502 77 45
Binary 10011000 100011 1101101 0 1001101 11100 101000 101000010 111111 100101

Color Harmonies of #98236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98236D

Black with #98236D

Text Example


Text Example

White with #98236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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