Html Css Color HEX #95247F Dark Purple

📋 copy color: '#95247F'

red 149 ◦ green 36 ◦ blue 127

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

Shades of Dark Purple #95247F

Tints of Dark Purple #95247F

RGB

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

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

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

R = 47.76%
G = 11.54%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95247F (or 0x95247F) is known color: Dark Purple. HEX triplet: 95, 24 and 7F. RGB value is (149,36,127). Sum of RGB (Red+Green+Blue) = 149+36+127=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95247F is #6ADB80. Grayscale: #4F4F4F. Windows color (decimal): -7003009 or 8332437. OLE color: 8332437.

HSL color Cylindrical-coordinate representation of color #95247F: hue angle of 311.68º 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 #95247F is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 127 -
CMYK 0 0.76 0.15 0.42
HSL 311.68º 0.61% 0.36% -
HSV(B) 311.68º 0.76% 0.58% -
XYZ 16.86 9.18 20.96 -
YUV 80.16 154.44 177.1 -
System Red Green Blue C M Y K H S L
Decimal 149 36 127 0 0.76 0.15 0.42 311.68 0.61 0.36
Hex 95 24 7F 0 4C F 2A 138 3D 24
Octal 225 44 177 0 114 17 52 470 75 44
Binary 10010101 100100 1111111 0 1001100 1111 101010 100111000 111101 100100

Color Harmonies of #95247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95247F

Black with #95247F

Text Example


Text Example

White with #95247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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