Html Css Color HEX #98268C Dark Purple

📋 copy color: '#98268C'

red 152 ◦ green 38 ◦ blue 140

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

Shades of Dark Purple #98268C

Tints of Dark Purple #98268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 46.06%
G = 11.52%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98268C (or 0x98268C) is known color: Dark Purple. HEX triplet: 98, 26 and 8C. RGB value is (152,38,140). Sum of RGB (Red+Green+Blue) = 152+38+140=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98268C is #67D973. Grayscale: #535353. Windows color (decimal): -6805876 or 9184920. OLE color: 9184920.

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

Color convert

RGB 152 38 140 -
CMYK 0 0.75 0.08 0.40
HSL 306.32º 0.6% 0.37% -
HSV(B) 306.32º 0.75% 0.6% -
XYZ 18.38 9.96 25.76 -
YUV 83.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 152 38 140 0 0.75 0.08 0.40 306.32 0.6 0.37
Hex 98 26 8C 0 4B 8 28 132 3C 25
Octal 230 46 214 0 113 10 50 462 74 45
Binary 10011000 100110 10001100 0 1001011 1000 101000 100110010 111100 100101

Color Harmonies of #98268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98268C

Black with #98268C

Text Example


Text Example

White with #98268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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