Html Css Color HEX #98107C Dark Purple

📋 copy color: '#98107C'

red 152 ◦ green 16 ◦ blue 124

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

Shades of Dark Purple #98107C

Tints of Dark Purple #98107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

 BLUE value IS 124 (48.83% from 255) = 42.47%

R = 52.05%
G = 5.48%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98107C (or 0x98107C) is known color: Dark Purple. HEX triplet: 98, 10 and 7C. RGB value is (152,16,124). Sum of RGB (Red+Green+Blue) = 152+16+124=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #98107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98107C is #67EF83. Grayscale: #444444. Windows color (decimal): -6811524 or 8130712. OLE color: 8130712.

HSL color Cylindrical-coordinate representation of color #98107C: hue angle of 312.35º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98107C is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 124 -
CMYK 0 0.89 0.18 0.40
HSL 312.35º 0.81% 0.33% -
HSV(B) 312.35º 0.89% 0.6% -
XYZ 16.77 8.5 19.83 -
YUV 68.98 159.06 187.22 -
System Red Green Blue C M Y K H S L
Decimal 152 16 124 0 0.89 0.18 0.40 312.35 0.81 0.33
Hex 98 10 7C 0 59 12 28 138 51 21
Octal 230 20 174 0 131 22 50 470 121 41
Binary 10011000 10000 1111100 0 1011001 10010 101000 100111000 1010001 100001

Color Harmonies of #98107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98107C

Black with #98107C

Text Example


Text Example

White with #98107C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,16,124); }

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

background-color css

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

 a { background-color: rgb(152,16,124); }

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

border-color css

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

 span { border-color: rgb(152,16,124); }

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