Html Css Color HEX #95227F Dark Purple

📋 copy color: '#95227F'

red 149 ◦ green 34 ◦ blue 127

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

Shades of Dark Purple #95227F

Tints of Dark Purple #95227F

RGB

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

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

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

R = 48.06%
G = 10.97%
B = 40.97%

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

#95227F (or 0x95227F) is known color: Dark Purple. HEX triplet: 95, 22 and 7F. RGB value is (149,34,127). Sum of RGB (Red+Green+Blue) = 149+34+127=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95227F is #6ADD80. Grayscale: #4E4E4E. Windows color (decimal): -7003521 or 8331925. OLE color: 8331925.

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

Color convert

RGB 149 34 127 -
CMYK 0 0.77 0.15 0.42
HSL 311.48º 0.63% 0.36% -
HSV(B) 311.48º 0.77% 0.58% -
XYZ 16.8 9.07 20.94 -
YUV 78.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 149 34 127 0 0.77 0.15 0.42 311.48 0.63 0.36
Hex 95 22 7F 0 4D F 2A 137 3F 24
Octal 225 42 177 0 115 17 52 467 77 44
Binary 10010101 100010 1111111 0 1001101 1111 101010 100110111 111111 100100

Color Harmonies of #95227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95227F

Black with #95227F

Text Example


Text Example

White with #95227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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