Html Css Color HEX #950F7B Dark Purple

📋 copy color: '#950F7B'

red 149 ◦ green 15 ◦ blue 123

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

Shades of Dark Purple #950F7B

Tints of Dark Purple #950F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.86%

R = 51.92%
G = 5.23%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#950F7B (or 0x950F7B) is known color: Dark Purple. HEX triplet: 95, 0F and 7B. RGB value is (149,15,123). Sum of RGB (Red+Green+Blue) = 149+15+123=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #950F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F7B is #6AF084. Grayscale: #434343. Windows color (decimal): -7008389 or 8064917. OLE color: 8064917.

HSL color Cylindrical-coordinate representation of color #950F7B: hue angle of 311.64º 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 #950F7B is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 15 123 -
CMYK 0 0.90 0.17 0.42
HSL 311.64º 0.82% 0.32% -
HSV(B) 311.64º 0.9% 0.58% -
XYZ 16.14 8.16 19.46 -
YUV 67.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 149 15 123 0 0.90 0.17 0.42 311.64 0.82 0.32
Hex 95 F 7B 0 5A 11 2A 138 52 20
Octal 225 17 173 0 132 21 52 470 122 40
Binary 10010101 1111 1111011 0 1011010 10001 101010 100111000 1010010 100000

Color Harmonies of #950F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F7B

Black with #950F7B

Text Example


Text Example

White with #950F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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