Html Css Color HEX #98258B Dark Purple

📋 copy color: '#98258B'

red 152 ◦ green 37 ◦ blue 139

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

Shades of Dark Purple #98258B

Tints of Dark Purple #98258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.38%

R = 46.34%
G = 11.28%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98258B (or 0x98258B) is known color: Dark Purple. HEX triplet: 98, 25 and 8B. RGB value is (152,37,139). Sum of RGB (Red+Green+Blue) = 152+37+139=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98258B is #67DA74. Grayscale: #525252. Windows color (decimal): -6806133 or 9119128. OLE color: 9119128.

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

Color convert

RGB 152 37 139 -
CMYK 0 0.76 0.09 0.40
HSL 306.78º 0.61% 0.37% -
HSV(B) 306.78º 0.76% 0.6% -
XYZ 18.27 9.86 25.37 -
YUV 83.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 152 37 139 0 0.76 0.09 0.40 306.78 0.61 0.37
Hex 98 25 8B 0 4C 9 28 133 3D 25
Octal 230 45 213 0 114 11 50 463 75 45
Binary 10011000 100101 10001011 0 1001100 1001 101000 100110011 111101 100101

Color Harmonies of #98258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98258B

Black with #98258B

Text Example


Text Example

White with #98258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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