Html Css Color HEX #95256F Dark Purple

📋 copy color: '#95256F'

red 149 ◦ green 37 ◦ blue 111

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

Shades of Dark Purple #95256F

Tints of Dark Purple #95256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 50.17%
G = 12.46%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95256F (or 0x95256F) is known color: Dark Purple. HEX triplet: 95, 25 and 6F. RGB value is (149,37,111). Sum of RGB (Red+Green+Blue) = 149+37+111=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95256F is #6ADA90. Grayscale: #4E4E4E. Windows color (decimal): -7002769 or 7284117. OLE color: 7284117.

HSL color Cylindrical-coordinate representation of color #95256F: hue angle of 320.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95256F is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 37 111 -
CMYK 0 0.75 0.26 0.42
HSL 320.36º 0.6% 0.36% -
HSV(B) 320.36º 0.75% 0.58% -
XYZ 15.93 8.86 15.91 -
YUV 78.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 149 37 111 0 0.75 0.26 0.42 320.36 0.6 0.36
Hex 95 25 6F 0 4B 1A 2A 140 3C 24
Octal 225 45 157 0 113 32 52 500 74 44
Binary 10010101 100101 1101111 0 1001011 11010 101010 101000000 111100 100100

Color Harmonies of #95256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95256F

Black with #95256F

Text Example


Text Example

White with #95256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,37,111); }

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

background-color css

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

 a { background-color: rgb(149,37,111); }

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

border-color css

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

 span { border-color: rgb(149,37,111); }

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