Html Css Color HEX #98266C Dark Purple

📋 copy color: '#98266C'

red 152 ◦ green 38 ◦ blue 108

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

Shades of Dark Purple #98266C

Tints of Dark Purple #98266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 51.01%
G = 12.75%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98266C (or 0x98266C) is known color: Dark Purple. HEX triplet: 98, 26 and 6C. RGB value is (152,38,108). Sum of RGB (Red+Green+Blue) = 152+38+108=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #98266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98266C is #67D993. Grayscale: #4F4F4F. Windows color (decimal): -6805908 or 7087768. OLE color: 7087768.

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

Color convert

RGB 152 38 108 -
CMYK 0 0.75 0.29 0.40
HSL 323.16º 0.6% 0.37% -
HSV(B) 323.16º 0.75% 0.6% -
XYZ 16.35 9.14 15.09 -
YUV 80.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 152 38 108 0 0.75 0.29 0.40 323.16 0.6 0.37
Hex 98 26 6C 0 4B 1D 28 143 3C 25
Octal 230 46 154 0 113 35 50 503 74 45
Binary 10011000 100110 1101100 0 1001011 11101 101000 101000011 111100 100101

Color Harmonies of #98266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98266C

Black with #98266C

Text Example


Text Example

White with #98266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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