Html Css Color HEX #95266E Dark Purple

📋 copy color: '#95266E'

red 149 ◦ green 38 ◦ blue 110

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

Shades of Dark Purple #95266E

Tints of Dark Purple #95266E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

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

R = 50.17%
G = 12.79%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95266E (or 0x95266E) is known color: Dark Purple. HEX triplet: 95, 26 and 6E. RGB value is (149,38,110). Sum of RGB (Red+Green+Blue) = 149+38+110=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95266E is #6AD991. Grayscale: #4F4F4F. Windows color (decimal): -7002514 or 7218837. OLE color: 7218837.

HSL color Cylindrical-coordinate representation of color #95266E: hue angle of 321.08º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95266E is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 110 -
CMYK 0 0.74 0.26 0.42
HSL 321.08º 0.59% 0.37% -
HSV(B) 321.08º 0.74% 0.58% -
XYZ 15.9 8.9 15.63 -
YUV 79.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 149 38 110 0 0.74 0.26 0.42 321.08 0.59 0.37
Hex 95 26 6E 0 4A 1A 2A 141 3B 25
Octal 225 46 156 0 112 32 52 501 73 45
Binary 10010101 100110 1101110 0 1001010 11010 101010 101000001 111011 100101

Color Harmonies of #95266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95266E

Black with #95266E

Text Example


Text Example

White with #95266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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