Html Css Color HEX #95266A Dark Purple

📋 copy color: '#95266A'

red 149 ◦ green 38 ◦ blue 106

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

Shades of Dark Purple #95266A

Tints of Dark Purple #95266A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.18%

R = 50.85%
G = 12.97%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95266A (or 0x95266A) is known color: Dark Purple. HEX triplet: 95, 26 and 6A. RGB value is (149,38,106). Sum of RGB (Red+Green+Blue) = 149+38+106=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95266A is #6AD995. Grayscale: #4E4E4E. Windows color (decimal): -7002518 or 6956693. OLE color: 6956693.

HSL color Cylindrical-coordinate representation of color #95266A: hue angle of 323.24º 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 #95266A is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 106 -
CMYK 0 0.74 0.29 0.42
HSL 323.24º 0.59% 0.37% -
HSV(B) 323.24º 0.74% 0.58% -
XYZ 15.69 8.82 14.51 -
YUV 78.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 149 38 106 0 0.74 0.29 0.42 323.24 0.59 0.37
Hex 95 26 6A 0 4A 1D 2A 143 3B 25
Octal 225 46 152 0 112 35 52 503 73 45
Binary 10010101 100110 1101010 0 1001010 11101 101010 101000011 111011 100101

Color Harmonies of #95266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95266A

Black with #95266A

Text Example


Text Example

White with #95266A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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