Html Css Color HEX #95228F Dark Purple

📋 copy color: '#95228F'

red 149 ◦ green 34 ◦ blue 143

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

Shades of Dark Purple #95228F

Tints of Dark Purple #95228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.87%

R = 45.71%
G = 10.43%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95228F (or 0x95228F) is known color: Dark Purple. HEX triplet: 95, 22 and 8F. RGB value is (149,34,143). Sum of RGB (Red+Green+Blue) = 149+34+143=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95228F is #6ADD70. Grayscale: #505050. Windows color (decimal): -7003505 or 9380501. OLE color: 9380501.

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

Color convert

RGB 149 34 143 -
CMYK 0 0.77 0.04 0.42
HSL 303.13º 0.63% 0.36% -
HSV(B) 303.13º 0.77% 0.58% -
XYZ 17.92 9.52 26.88 -
YUV 80.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 149 34 143 0 0.77 0.04 0.42 303.13 0.63 0.36
Hex 95 22 8F 0 4D 4 2A 12F 3F 24
Octal 225 42 217 0 115 4 52 457 77 44
Binary 10010101 100010 10001111 0 1001101 100 101010 100101111 111111 100100

Color Harmonies of #95228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95228F

Black with #95228F

Text Example


Text Example

White with #95228F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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