Html Css Color HEX #98237B Dark Purple

📋 copy color: '#98237B'

red 152 ◦ green 35 ◦ blue 123

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

Shades of Dark Purple #98237B

Tints of Dark Purple #98237B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 49.03%
G = 11.29%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98237B (or 0x98237B) is known color: Dark Purple. HEX triplet: 98, 23 and 7B. RGB value is (152,35,123). Sum of RGB (Red+Green+Blue) = 152+35+123=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98237B is #67DC84. Grayscale: #4F4F4F. Windows color (decimal): -6806661 or 8070040. OLE color: 8070040.

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

Color convert

RGB 152 35 123 -
CMYK 0 0.77 0.19 0.40
HSL 314.87º 0.63% 0.37% -
HSV(B) 314.87º 0.77% 0.6% -
XYZ 17.13 9.31 19.63 -
YUV 80.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 152 35 123 0 0.77 0.19 0.40 314.87 0.63 0.37
Hex 98 23 7B 0 4D 13 28 13B 3F 25
Octal 230 43 173 0 115 23 50 473 77 45
Binary 10011000 100011 1111011 0 1001101 10011 101000 100111011 111111 100101

Color Harmonies of #98237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98237B

Black with #98237B

Text Example


Text Example

White with #98237B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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