Html Css Color HEX #982188 Dark Purple

📋 copy color: '#982188'

red 152 ◦ green 33 ◦ blue 136

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

Shades of Dark Purple #982188

Tints of Dark Purple #982188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.28%

 BLUE value IS 136 (53.52% from 255) = 42.37%

R = 47.35%
G = 10.28%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#982188 (or 0x982188) is known color: Dark Purple. HEX triplet: 98, 21 and 88. RGB value is (152,33,136). Sum of RGB (Red+Green+Blue) = 152+33+136=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #982188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982188 is #67DE77. Grayscale: #505050. Windows color (decimal): -6807160 or 8921496. OLE color: 8921496.

HSL color Cylindrical-coordinate representation of color #982188: hue angle of 308.07º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982188 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 136 -
CMYK 0 0.78 0.11 0.40
HSL 308.07º 0.64% 0.36% -
HSV(B) 308.07º 0.78% 0.6% -
XYZ 17.94 9.54 24.19 -
YUV 80.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 152 33 136 0 0.78 0.11 0.40 308.07 0.64 0.36
Hex 98 21 88 0 4E B 28 134 40 24
Octal 230 41 210 0 116 13 50 464 100 44
Binary 10011000 100001 10001000 0 1001110 1011 101000 100110100 1000000 100100

Color Harmonies of #982188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982188

Black with #982188

Text Example


Text Example

White with #982188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982188; }

 p { color: rgb(152,33,136); }

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

background-color css

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

 a { background-color: rgb(152,33,136); }

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

border-color css

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

 span { border-color: rgb(152,33,136); }

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