Html Css Color HEX #95317C Dark Purple

📋 copy color: '#95317C'

red 149 ◦ green 49 ◦ blue 124

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

Shades of Dark Purple #95317C

Tints of Dark Purple #95317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.22%

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 46.27%
G = 15.22%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95317C (or 0x95317C) is known color: Dark Purple. HEX triplet: 95, 31 and 7C. RGB value is (149,49,124). Sum of RGB (Red+Green+Blue) = 149+49+124=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95317C is #6ACE83. Grayscale: #575757. Windows color (decimal): -6999684 or 8139157. OLE color: 8139157.

HSL color Cylindrical-coordinate representation of color #95317C: hue angle of 315º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95317C is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 124 -
CMYK 0 0.67 0.17 0.42
HSL 315º 0.51% 0.39% -
HSV(B) 315º 0.67% 0.58% -
XYZ 17.13 10.04 20.1 -
YUV 87.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 149 49 124 0 0.67 0.17 0.42 315 0.51 0.39
Hex 95 31 7C 0 43 11 2A 13B 33 27
Octal 225 61 174 0 103 21 52 473 63 47
Binary 10010101 110001 1111100 0 1000011 10001 101010 100111011 110011 100111

Color Harmonies of #95317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95317C

Black with #95317C

Text Example


Text Example

White with #95317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95317C; }

 p { color: rgb(149,49,124); }

 H1.HeaderClassName
 {
   color: #95317C;
 }
 .AnyTagClassName
 {
   color: #95317C;
 }
</style>

background-color css

<style>
 a { background-color: #95317C; }

 a { background-color: rgb(149,49,124); }

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

border-color css

<style>
 span { border-color: #95317C; }

 span { border-color: rgb(149,49,124); }

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