Html Css Color HEX #950F7F Dark Purple

📋 copy color: '#950F7F'

red 149 ◦ green 15 ◦ blue 127

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

Shades of Dark Purple #950F7F

Tints of Dark Purple #950F7F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.15%

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

R = 51.2%
G = 5.15%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#950F7F (or 0x950F7F) is known color: Dark Purple. HEX triplet: 95, 0F and 7F. RGB value is (149,15,127). Sum of RGB (Red+Green+Blue) = 149+15+127=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #950F7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F7F is #6AF080. Grayscale: #434343. Windows color (decimal): -7008385 or 8327061. OLE color: 8327061.

HSL color Cylindrical-coordinate representation of color #950F7F: hue angle of 309.85º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F7F is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 15 127 -
CMYK 0 0.90 0.15 0.42
HSL 309.85º 0.82% 0.32% -
HSV(B) 309.85º 0.9% 0.58% -
XYZ 16.4 8.26 20.81 -
YUV 67.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 149 15 127 0 0.90 0.15 0.42 309.85 0.82 0.32
Hex 95 F 7F 0 5A F 2A 136 52 20
Octal 225 17 177 0 132 17 52 466 122 40
Binary 10010101 1111 1111111 0 1011010 1111 101010 100110110 1010010 100000

Color Harmonies of #950F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F7F

Black with #950F7F

Text Example


Text Example

White with #950F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950F7F; }

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

 H1.HeaderClassName
 {
   color: #950F7F;
 }
 .AnyTagClassName
 {
   color: #950F7F;
 }
</style>

background-color css

<style>
 a { background-color: #950F7F; }

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

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

border-color css

<style>
 span { border-color: #950F7F; }

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

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