Html Css Color HEX #98276E Dark Purple

📋 copy color: '#98276E'

red 152 ◦ green 39 ◦ blue 110

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

Shades of Dark Purple #98276E

Tints of Dark Purple #98276E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

 BLUE value IS 110 (43.36% from 255) = 36.54%

R = 50.5%
G = 12.96%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98276E (or 0x98276E) is known color: Dark Purple. HEX triplet: 98, 27 and 6E. RGB value is (152,39,110). Sum of RGB (Red+Green+Blue) = 152+39+110=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98276E is #67D891. Grayscale: #505050. Windows color (decimal): -6805650 or 7219096. OLE color: 7219096.

HSL color Cylindrical-coordinate representation of color #98276E: hue angle of 322.3º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98276E is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 39 110 -
CMYK 0 0.74 0.28 0.40
HSL 322.3º 0.59% 0.37% -
HSV(B) 322.3º 0.74% 0.6% -
XYZ 16.49 9.25 15.67 -
YUV 80.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 152 39 110 0 0.74 0.28 0.40 322.3 0.59 0.37
Hex 98 27 6E 0 4A 1C 28 142 3B 25
Octal 230 47 156 0 112 34 50 502 73 45
Binary 10011000 100111 1101110 0 1001010 11100 101000 101000010 111011 100101

Color Harmonies of #98276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98276E

Black with #98276E

Text Example


Text Example

White with #98276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98276E; }

 p { color: rgb(152,39,110); }

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

background-color css

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

 a { background-color: rgb(152,39,110); }

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

border-color css

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

 span { border-color: rgb(152,39,110); }

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