Html Css Color HEX #98258C Dark Purple

📋 copy color: '#98258C'

red 152 ◦ green 37 ◦ blue 140

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

Shades of Dark Purple #98258C

Tints of Dark Purple #98258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 46.2%
G = 11.25%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98258C (or 0x98258C) is known color: Dark Purple. HEX triplet: 98, 25 and 8C. RGB value is (152,37,140). Sum of RGB (Red+Green+Blue) = 152+37+140=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98258C is #67DA73. Grayscale: #525252. Windows color (decimal): -6806132 or 9184664. OLE color: 9184664.

HSL color Cylindrical-coordinate representation of color #98258C: hue angle of 306.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98258C is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 140 -
CMYK 0 0.76 0.08 0.40
HSL 306.26º 0.61% 0.37% -
HSV(B) 306.26º 0.76% 0.6% -
XYZ 18.34 9.89 25.75 -
YUV 83.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 152 37 140 0 0.76 0.08 0.40 306.26 0.61 0.37
Hex 98 25 8C 0 4C 8 28 132 3D 25
Octal 230 45 214 0 114 10 50 462 75 45
Binary 10011000 100101 10001100 0 1001100 1000 101000 100110010 111101 100101

Color Harmonies of #98258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98258C

Black with #98258C

Text Example


Text Example

White with #98258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98258C; }

 p { color: rgb(152,37,140); }

 H1.HeaderClassName
 {
   color: #98258C;
 }
 .AnyTagClassName
 {
   color: #98258C;
 }
</style>

background-color css

<style>
 a { background-color: #98258C; }

 a { background-color: rgb(152,37,140); }

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

border-color css

<style>
 span { border-color: #98258C; }

 span { border-color: rgb(152,37,140); }

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