Html Css Color HEX #9A246C Dark Purple

📋 copy color: '#9A246C'

red 154 ◦ green 36 ◦ blue 108

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

Shades of Dark Purple #9A246C

Tints of Dark Purple #9A246C

RGB

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

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

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

R = 51.68%
G = 12.08%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#9A246C (or 0x9A246C) is known color: Dark Purple. HEX triplet: 9A, 24 and 6C. RGB value is (154,36,108). Sum of RGB (Red+Green+Blue) = 154+36+108=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A246C is #65DB93. Grayscale: #4F4F4F. Windows color (decimal): -6675348 or 7087258. OLE color: 7087258.

HSL color Cylindrical-coordinate representation of color #9A246C: hue angle of 323.39º 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 #9A246C is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 36 108 -
CMYK 0 0.77 0.30 0.40
HSL 323.39º 0.62% 0.37% -
HSV(B) 323.39º 0.77% 0.6% -
XYZ 16.66 9.21 15.09 -
YUV 79.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 154 36 108 0 0.77 0.30 0.40 323.39 0.62 0.37
Hex 9A 24 6C 0 4D 1E 28 143 3E 25
Octal 232 44 154 0 115 36 50 503 76 45
Binary 10011010 100100 1101100 0 1001101 11110 101000 101000011 111110 100101

Color Harmonies of #9A246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A246C

Black with #9A246C

Text Example


Text Example

White with #9A246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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