Html Css Color HEX #98266D Dark Purple

📋 copy color: '#98266D'

red 152 ◦ green 38 ◦ blue 109

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

Shades of Dark Purple #98266D

Tints of Dark Purple #98266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

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

R = 50.84%
G = 12.71%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98266D (or 0x98266D) is known color: Dark Purple. HEX triplet: 98, 26 and 6D. RGB value is (152,38,109). Sum of RGB (Red+Green+Blue) = 152+38+109=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98266D is #67D992. Grayscale: #505050. Windows color (decimal): -6805907 or 7153304. OLE color: 7153304.

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

Color convert

RGB 152 38 109 -
CMYK 0 0.75 0.28 0.40
HSL 322.63º 0.6% 0.37% -
HSV(B) 322.63º 0.75% 0.6% -
XYZ 16.4 9.17 15.37 -
YUV 80.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 152 38 109 0 0.75 0.28 0.40 322.63 0.6 0.37
Hex 98 26 6D 0 4B 1C 28 143 3C 25
Octal 230 46 155 0 113 34 50 503 74 45
Binary 10011000 100110 1101101 0 1001011 11100 101000 101000011 111100 100101

Color Harmonies of #98266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98266D

Black with #98266D

Text Example


Text Example

White with #98266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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