Html Css Color HEX #98307E Dark Purple

📋 copy color: '#98307E'

red 152 ◦ green 48 ◦ blue 126

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

Shades of Dark Purple #98307E

Tints of Dark Purple #98307E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.72%

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 46.63%
G = 14.72%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98307E (or 0x98307E) is known color: Dark Purple. HEX triplet: 98, 30 and 7E. RGB value is (152,48,126). Sum of RGB (Red+Green+Blue) = 152+48+126=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98307E is #67CF81. Grayscale: #575757. Windows color (decimal): -6803330 or 8269976. OLE color: 8269976.

HSL color Cylindrical-coordinate representation of color #98307E: hue angle of 315º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98307E is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 126 -
CMYK 0 0.68 0.17 0.40
HSL 315º 0.52% 0.39% -
HSV(B) 315º 0.68% 0.6% -
XYZ 17.77 10.3 20.79 -
YUV 87.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 152 48 126 0 0.68 0.17 0.40 315 0.52 0.39
Hex 98 30 7E 0 44 11 28 13B 34 27
Octal 230 60 176 0 104 21 50 473 64 47
Binary 10011000 110000 1111110 0 1000100 10001 101000 100111011 110100 100111

Color Harmonies of #98307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98307E

Black with #98307E

Text Example


Text Example

White with #98307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,48,126); }

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

background-color css

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

 a { background-color: rgb(152,48,126); }

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

border-color css

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

 span { border-color: rgb(152,48,126); }

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