Html Css Color HEX #95247E Dark Purple

📋 copy color: '#95247E'

red 149 ◦ green 36 ◦ blue 126

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

Shades of Dark Purple #95247E

Tints of Dark Purple #95247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 47.91%
G = 11.58%
B = 40.51%

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

#95247E (or 0x95247E) is known color: Dark Purple. HEX triplet: 95, 24 and 7E. RGB value is (149,36,126). Sum of RGB (Red+Green+Blue) = 149+36+126=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95247E is #6ADB81. Grayscale: #4F4F4F. Windows color (decimal): -7003010 or 8266901. OLE color: 8266901.

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

Color convert

RGB 149 36 126 -
CMYK 0 0.76 0.15 0.42
HSL 312.21º 0.61% 0.36% -
HSV(B) 312.21º 0.76% 0.58% -
XYZ 16.79 9.16 20.62 -
YUV 80.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 149 36 126 0 0.76 0.15 0.42 312.21 0.61 0.36
Hex 95 24 7E 0 4C F 2A 138 3D 24
Octal 225 44 176 0 114 17 52 470 75 44
Binary 10010101 100100 1111110 0 1001100 1111 101010 100111000 111101 100100

Color Harmonies of #95247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95247E

Black with #95247E

Text Example


Text Example

White with #95247E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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