Html Css Color HEX #95267F Dark Purple

📋 copy color: '#95267F'

red 149 ◦ green 38 ◦ blue 127

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

Shades of Dark Purple #95267F

Tints of Dark Purple #95267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.45%

R = 47.45%
G = 12.1%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95267F (or 0x95267F) is known color: Dark Purple. HEX triplet: 95, 26 and 7F. RGB value is (149,38,127). Sum of RGB (Red+Green+Blue) = 149+38+127=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95267F is #6AD980. Grayscale: #515151. Windows color (decimal): -7002497 or 8332949. OLE color: 8332949.

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

Color convert

RGB 149 38 127 -
CMYK 0 0.74 0.15 0.42
HSL 311.89º 0.59% 0.37% -
HSV(B) 311.89º 0.74% 0.58% -
XYZ 16.92 9.31 20.98 -
YUV 81.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 149 38 127 0 0.74 0.15 0.42 311.89 0.59 0.37
Hex 95 26 7F 0 4A F 2A 138 3B 25
Octal 225 46 177 0 112 17 52 470 73 45
Binary 10010101 100110 1111111 0 1001010 1111 101010 100111000 111011 100101

Color Harmonies of #95267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95267F

Black with #95267F

Text Example


Text Example

White with #95267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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