Html Css Color HEX #98307B Dark Purple

📋 copy color: '#98307B'

red 152 ◦ green 48 ◦ blue 123

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

Shades of Dark Purple #98307B

Tints of Dark Purple #98307B

RGB

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

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

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

R = 47.06%
G = 14.86%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98307B (or 0x98307B) is known color: Dark Purple. HEX triplet: 98, 30 and 7B. RGB value is (152,48,123). Sum of RGB (Red+Green+Blue) = 152+48+123=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #98307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98307B is #67CF84. Grayscale: #575757. Windows color (decimal): -6803333 or 8073368. OLE color: 8073368.

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

Color convert

RGB 152 48 123 -
CMYK 0 0.68 0.19 0.40
HSL 316.73º 0.52% 0.39% -
HSV(B) 316.73º 0.68% 0.6% -
XYZ 17.58 10.22 19.78 -
YUV 87.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 152 48 123 0 0.68 0.19 0.40 316.73 0.52 0.39
Hex 98 30 7B 0 44 13 28 13D 34 27
Octal 230 60 173 0 104 23 50 475 64 47
Binary 10011000 110000 1111011 0 1000100 10011 101000 100111101 110100 100111

Color Harmonies of #98307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98307B

Black with #98307B

Text Example


Text Example

White with #98307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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