Html Css Color HEX #95226E Dark Purple

📋 copy color: '#95226E'

red 149 ◦ green 34 ◦ blue 110

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

Shades of Dark Purple #95226E

Tints of Dark Purple #95226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.54%

R = 50.85%
G = 11.6%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95226E (or 0x95226E) is known color: Dark Purple. HEX triplet: 95, 22 and 6E. RGB value is (149,34,110). Sum of RGB (Red+Green+Blue) = 149+34+110=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95226E is #6ADD91. Grayscale: #4C4C4C. Windows color (decimal): -7003538 or 7217813. OLE color: 7217813.

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

Color convert

RGB 149 34 110 -
CMYK 0 0.77 0.26 0.42
HSL 320.35º 0.63% 0.36% -
HSV(B) 320.35º 0.77% 0.58% -
XYZ 15.78 8.66 15.59 -
YUV 77.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 149 34 110 0 0.77 0.26 0.42 320.35 0.63 0.36
Hex 95 22 6E 0 4D 1A 2A 140 3F 24
Octal 225 42 156 0 115 32 52 500 77 44
Binary 10010101 100010 1101110 0 1001101 11010 101010 101000000 111111 100100

Color Harmonies of #95226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95226E

Black with #95226E

Text Example


Text Example

White with #95226E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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