Html Css Color HEX #98207A Dark Purple

📋 copy color: '#98207A'

red 152 ◦ green 32 ◦ blue 122

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

Shades of Dark Purple #98207A

Tints of Dark Purple #98207A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.46%

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 49.67%
G = 10.46%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98207A (or 0x98207A) is known color: Dark Purple. HEX triplet: 98, 20 and 7A. RGB value is (152,32,122). Sum of RGB (Red+Green+Blue) = 152+32+122=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #98207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98207A is #67DF85. Grayscale: #4D4D4D. Windows color (decimal): -6807430 or 8003736. OLE color: 8003736.

HSL color Cylindrical-coordinate representation of color #98207A: hue angle of 315º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98207A is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 122 -
CMYK 0 0.79 0.20 0.40
HSL 315º 0.65% 0.36% -
HSV(B) 315º 0.79% 0.6% -
XYZ 16.98 9.11 19.28 -
YUV 78.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 152 32 122 0 0.79 0.20 0.40 315 0.65 0.36
Hex 98 20 7A 0 4F 14 28 13B 41 24
Octal 230 40 172 0 117 24 50 473 101 44
Binary 10011000 100000 1111010 0 1001111 10100 101000 100111011 1000001 100100

Color Harmonies of #98207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98207A

Black with #98207A

Text Example


Text Example

White with #98207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98207A; }

 p { color: rgb(152,32,122); }

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

background-color css

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

 a { background-color: rgb(152,32,122); }

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

border-color css

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

 span { border-color: rgb(152,32,122); }

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