Html Css Color HEX #98218C Dark Purple

📋 copy color: '#98218C'

red 152 ◦ green 33 ◦ blue 140

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

Shades of Dark Purple #98218C

Tints of Dark Purple #98218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 46.77%
G = 10.15%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98218C (or 0x98218C) is known color: Dark Purple. HEX triplet: 98, 21 and 8C. RGB value is (152,33,140). Sum of RGB (Red+Green+Blue) = 152+33+140=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98218C is #67DE73. Grayscale: #505050. Windows color (decimal): -6807156 or 9183640. OLE color: 9183640.

HSL color Cylindrical-coordinate representation of color #98218C: hue angle of 306.05º 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 #98218C is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 140 -
CMYK 0 0.78 0.08 0.40
HSL 306.05º 0.64% 0.36% -
HSV(B) 306.05º 0.78% 0.6% -
XYZ 18.23 9.66 25.71 -
YUV 80.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 152 33 140 0 0.78 0.08 0.40 306.05 0.64 0.36
Hex 98 21 8C 0 4E 8 28 132 40 24
Octal 230 41 214 0 116 10 50 462 100 44
Binary 10011000 100001 10001100 0 1001110 1000 101000 100110010 1000000 100100

Color Harmonies of #98218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98218C

Black with #98218C

Text Example


Text Example

White with #98218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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