Html Css Color HEX #95427F Dark Purple

📋 copy color: '#95427F'

red 149 ◦ green 66 ◦ blue 127

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

Shades of Dark Purple #95427F

Tints of Dark Purple #95427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

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

R = 43.57%
G = 19.3%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95427F (or 0x95427F) is known color: Dark Purple. HEX triplet: 95, 42 and 7F. RGB value is (149,66,127). Sum of RGB (Red+Green+Blue) = 149+66+127=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95427F is #6ABD80. Grayscale: #616161. Windows color (decimal): -6995329 or 8340117. OLE color: 8340117.

HSL color Cylindrical-coordinate representation of color #95427F: hue angle of 315.9º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95427F is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 127 -
CMYK 0 0.56 0.15 0.42
HSL 315.9º 0.39% 0.42% -
HSV(B) 315.9º 0.56% 0.58% -
XYZ 18.17 11.82 21.4 -
YUV 97.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 149 66 127 0 0.56 0.15 0.42 315.9 0.39 0.42
Hex 95 42 7F 0 38 F 2A 13C 27 2A
Octal 225 102 177 0 70 17 52 474 47 52
Binary 10010101 1000010 1111111 0 111000 1111 101010 100111100 100111 101010

Color Harmonies of #95427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95427F

Black with #95427F

Text Example


Text Example

White with #95427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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