Html Css Color HEX #98307F Dark Purple

📋 copy color: '#98307F'

red 152 ◦ green 48 ◦ blue 127

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

Shades of Dark Purple #98307F

Tints of Dark Purple #98307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 46.48%
G = 14.68%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98307F (or 0x98307F) is known color: Dark Purple. HEX triplet: 98, 30 and 7F. RGB value is (152,48,127). Sum of RGB (Red+Green+Blue) = 152+48+127=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98307F is #67CF80. Grayscale: #575757. Windows color (decimal): -6803329 or 8335512. OLE color: 8335512.

HSL color Cylindrical-coordinate representation of color #98307F: hue angle of 314.42º 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 #98307F is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 127 -
CMYK 0 0.68 0.16 0.40
HSL 314.42º 0.52% 0.39% -
HSV(B) 314.42º 0.68% 0.6% -
XYZ 17.84 10.32 21.13 -
YUV 88.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 152 48 127 0 0.68 0.16 0.40 314.42 0.52 0.39
Hex 98 30 7F 0 44 10 28 13A 34 27
Octal 230 60 177 0 104 20 50 472 64 47
Binary 10011000 110000 1111111 0 1000100 10000 101000 100111010 110100 100111

Color Harmonies of #98307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98307F

Black with #98307F

Text Example


Text Example

White with #98307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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