Html Css Color HEX #98267F Dark Purple

📋 copy color: '#98267F'

red 152 ◦ green 38 ◦ blue 127

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

Shades of Dark Purple #98267F

Tints of Dark Purple #98267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.06%

R = 47.95%
G = 11.99%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98267F (or 0x98267F) is known color: Dark Purple. HEX triplet: 98, 26 and 7F. RGB value is (152,38,127). Sum of RGB (Red+Green+Blue) = 152+38+127=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #98267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98267F is #67D980. Grayscale: #515151. Windows color (decimal): -6805889 or 8332952. OLE color: 8332952.

HSL color Cylindrical-coordinate representation of color #98267F: hue angle of 313.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 #98267F is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 38 127 -
CMYK 0 0.75 0.16 0.40
HSL 313.16º 0.6% 0.37% -
HSV(B) 313.16º 0.75% 0.6% -
XYZ 17.47 9.59 21.01 -
YUV 82.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 152 38 127 0 0.75 0.16 0.40 313.16 0.6 0.37
Hex 98 26 7F 0 4B 10 28 139 3C 25
Octal 230 46 177 0 113 20 50 471 74 45
Binary 10011000 100110 1111111 0 1001011 10000 101000 100111001 111100 100101

Color Harmonies of #98267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98267F

Black with #98267F

Text Example


Text Example

White with #98267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98267F; }

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

 H1.HeaderClassName
 {
   color: #98267F;
 }
 .AnyTagClassName
 {
   color: #98267F;
 }
</style>

background-color css

<style>
 a { background-color: #98267F; }

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

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

border-color css

<style>
 span { border-color: #98267F; }

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

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