Html Css Color HEX #9A247C Dark Purple

📋 copy color: '#9A247C'

red 154 ◦ green 36 ◦ blue 124

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

Shades of Dark Purple #9A247C

Tints of Dark Purple #9A247C

RGB

 RED value IS 154 (60.55% from 255) = 49.04%

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 49.04%
G = 11.46%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A247C (or 0x9A247C) is known color: Dark Purple. HEX triplet: 9A, 24 and 7C. RGB value is (154,36,124). Sum of RGB (Red+Green+Blue) = 154+36+124=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A247C is #65DB83. Grayscale: #515151. Windows color (decimal): -6675332 or 8135834. OLE color: 8135834.

HSL color Cylindrical-coordinate representation of color #9A247C: hue angle of 315.25º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A247C is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 36 124 -
CMYK 0 0.77 0.19 0.40
HSL 315.25º 0.62% 0.37% -
HSV(B) 315.25º 0.77% 0.6% -
XYZ 17.6 9.59 19.99 -
YUV 81.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 154 36 124 0 0.77 0.19 0.40 315.25 0.62 0.37
Hex 9A 24 7C 0 4D 13 28 13B 3E 25
Octal 232 44 174 0 115 23 50 473 76 45
Binary 10011010 100100 1111100 0 1001101 10011 101000 100111011 111110 100101

Color Harmonies of #9A247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A247C

Black with #9A247C

Text Example


Text Example

White with #9A247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A247C; }

 p { color: rgb(154,36,124); }

 H1.HeaderClassName
 {
   color: #9A247C;
 }
 .AnyTagClassName
 {
   color: #9A247C;
 }
</style>

background-color css

<style>
 a { background-color: #9A247C; }

 a { background-color: rgb(154,36,124); }

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

border-color css

<style>
 span { border-color: #9A247C; }

 span { border-color: rgb(154,36,124); }

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