Html Css Color HEX #95227E Dark Purple

📋 copy color: '#95227E'

red 149 ◦ green 34 ◦ blue 126

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

Shades of Dark Purple #95227E

Tints of Dark Purple #95227E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11%

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

R = 48.22%
G = 11%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95227E (or 0x95227E) is known color: Dark Purple. HEX triplet: 95, 22 and 7E. RGB value is (149,34,126). Sum of RGB (Red+Green+Blue) = 149+34+126=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95227E is #6ADD81. Grayscale: #4E4E4E. Windows color (decimal): -7003522 or 8266389. OLE color: 8266389.

HSL color Cylindrical-coordinate representation of color #95227E: hue angle of 312º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95227E is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 126 -
CMYK 0 0.77 0.15 0.42
HSL 312º 0.63% 0.36% -
HSV(B) 312º 0.77% 0.58% -
XYZ 16.73 9.04 20.6 -
YUV 78.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 149 34 126 0 0.77 0.15 0.42 312 0.63 0.36
Hex 95 22 7E 0 4D F 2A 138 3F 24
Octal 225 42 176 0 115 17 52 470 77 44
Binary 10010101 100010 1111110 0 1001101 1111 101010 100111000 111111 100100

Color Harmonies of #95227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95227E

Black with #95227E

Text Example


Text Example

White with #95227E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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