Html Css Color HEX #95247A Dark Purple

📋 copy color: '#95247A'

red 149 ◦ green 36 ◦ blue 122

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

Shades of Dark Purple #95247A

Tints of Dark Purple #95247A

RGB

 RED value IS 149 (58.59% from 255) = 48.53%

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

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 48.53%
G = 11.73%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95247A (or 0x95247A) is known color: Dark Purple. HEX triplet: 95, 24 and 7A. RGB value is (149,36,122). Sum of RGB (Red+Green+Blue) = 149+36+122=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95247A is #6ADB85. Grayscale: #4F4F4F. Windows color (decimal): -7003014 or 8004757. OLE color: 8004757.

HSL color Cylindrical-coordinate representation of color #95247A: hue angle of 314.34º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95247A is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 122 -
CMYK 0 0.76 0.18 0.42
HSL 314.34º 0.61% 0.36% -
HSV(B) 314.34º 0.76% 0.58% -
XYZ 16.54 9.06 19.29 -
YUV 79.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 149 36 122 0 0.76 0.18 0.42 314.34 0.61 0.36
Hex 95 24 7A 0 4C 12 2A 13A 3D 24
Octal 225 44 172 0 114 22 52 472 75 44
Binary 10010101 100100 1111010 0 1001100 10010 101010 100111010 111101 100100

Color Harmonies of #95247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95247A

Black with #95247A

Text Example


Text Example

White with #95247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95247A; }

 p { color: rgb(149,36,122); }

 H1.HeaderClassName
 {
   color: #95247A;
 }
 .AnyTagClassName
 {
   color: #95247A;
 }
</style>

background-color css

<style>
 a { background-color: #95247A; }

 a { background-color: rgb(149,36,122); }

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

border-color css

<style>
 span { border-color: #95247A; }

 span { border-color: rgb(149,36,122); }

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