Html Css Color HEX #98276D Dark Purple

📋 copy color: '#98276D'

red 152 ◦ green 39 ◦ blue 109

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

Shades of Dark Purple #98276D

Tints of Dark Purple #98276D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 50.67%
G = 13%
B = 36.33%

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

#98276D (or 0x98276D) is known color: Dark Purple. HEX triplet: 98, 27 and 6D. RGB value is (152,39,109). Sum of RGB (Red+Green+Blue) = 152+39+109=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98276D is #67D892. Grayscale: #505050. Windows color (decimal): -6805651 or 7153560. OLE color: 7153560.

HSL color Cylindrical-coordinate representation of color #98276D: hue angle of 322.83º 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 #98276D is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 39 109 -
CMYK 0 0.74 0.28 0.40
HSL 322.83º 0.59% 0.37% -
HSV(B) 322.83º 0.74% 0.6% -
XYZ 16.43 9.23 15.38 -
YUV 80.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 152 39 109 0 0.74 0.28 0.40 322.83 0.59 0.37
Hex 98 27 6D 0 4A 1C 28 143 3B 25
Octal 230 47 155 0 112 34 50 503 73 45
Binary 10011000 100111 1101101 0 1001010 11100 101000 101000011 111011 100101

Color Harmonies of #98276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98276D

Black with #98276D

Text Example


Text Example

White with #98276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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