Html Css Color HEX #95267D Dark Purple

📋 copy color: '#95267D'

red 149 ◦ green 38 ◦ blue 125

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

Shades of Dark Purple #95267D

Tints of Dark Purple #95267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 47.76%
G = 12.18%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95267D (or 0x95267D) is known color: Dark Purple. HEX triplet: 95, 26 and 7D. RGB value is (149,38,125). Sum of RGB (Red+Green+Blue) = 149+38+125=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95267D is #6AD982. Grayscale: #505050. Windows color (decimal): -7002499 or 8201877. OLE color: 8201877.

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

Color convert

RGB 149 38 125 -
CMYK 0 0.74 0.16 0.42
HSL 312.97º 0.59% 0.37% -
HSV(B) 312.97º 0.74% 0.58% -
XYZ 16.79 9.26 20.3 -
YUV 81.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 149 38 125 0 0.74 0.16 0.42 312.97 0.59 0.37
Hex 95 26 7D 0 4A 10 2A 139 3B 25
Octal 225 46 175 0 112 20 52 471 73 45
Binary 10010101 100110 1111101 0 1001010 10000 101010 100111001 111011 100101

Color Harmonies of #95267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95267D

Black with #95267D

Text Example


Text Example

White with #95267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95267D; }

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

 H1.HeaderClassName
 {
   color: #95267D;
 }
 .AnyTagClassName
 {
   color: #95267D;
 }
</style>

background-color css

<style>
 a { background-color: #95267D; }

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

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

border-color css

<style>
 span { border-color: #95267D; }

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

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