Html Css Color HEX #95228B Dark Purple

📋 copy color: '#95228B'

red 149 ◦ green 34 ◦ blue 139

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

Shades of Dark Purple #95228B

Tints of Dark Purple #95228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 46.27%
G = 10.56%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95228B (or 0x95228B) is known color: Dark Purple. HEX triplet: 95, 22 and 8B. RGB value is (149,34,139). Sum of RGB (Red+Green+Blue) = 149+34+139=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95228B is #6ADD74. Grayscale: #505050. Windows color (decimal): -7003509 or 9118357. OLE color: 9118357.

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

Color convert

RGB 149 34 139 -
CMYK 0 0.77 0.07 0.42
HSL 305.22º 0.63% 0.36% -
HSV(B) 305.22º 0.77% 0.58% -
XYZ 17.63 9.4 25.31 -
YUV 80.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 149 34 139 0 0.77 0.07 0.42 305.22 0.63 0.36
Hex 95 22 8B 0 4D 7 2A 131 3F 24
Octal 225 42 213 0 115 7 52 461 77 44
Binary 10010101 100010 10001011 0 1001101 111 101010 100110001 111111 100100

Color Harmonies of #95228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95228B

Black with #95228B

Text Example


Text Example

White with #95228B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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