Html Css Color HEX #98107B Dark Purple

📋 copy color: '#98107B'

red 152 ◦ green 16 ◦ blue 123

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

Shades of Dark Purple #98107B

Tints of Dark Purple #98107B

RGB

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

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

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

R = 52.23%
G = 5.5%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98107B (or 0x98107B) is known color: Dark Purple. HEX triplet: 98, 10 and 7B. RGB value is (152,16,123). Sum of RGB (Red+Green+Blue) = 152+16+123=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #98107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98107B is #67EF84. Grayscale: #444444. Windows color (decimal): -6811525 or 8065176. OLE color: 8065176.

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

Color convert

RGB 152 16 123 -
CMYK 0 0.89 0.19 0.40
HSL 312.79º 0.81% 0.33% -
HSV(B) 312.79º 0.89% 0.6% -
XYZ 16.71 8.48 19.49 -
YUV 68.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 152 16 123 0 0.89 0.19 0.40 312.79 0.81 0.33
Hex 98 10 7B 0 59 13 28 139 51 21
Octal 230 20 173 0 131 23 50 471 121 41
Binary 10011000 10000 1111011 0 1011001 10011 101000 100111001 1010001 100001

Color Harmonies of #98107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98107B

Black with #98107B

Text Example


Text Example

White with #98107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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