Html Css Color HEX #950B7B Dark Purple

📋 copy color: '#950B7B'

red 149 ◦ green 11 ◦ blue 123

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

Shades of Dark Purple #950B7B

Tints of Dark Purple #950B7B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

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

R = 52.65%
G = 3.89%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#950B7B (or 0x950B7B) is known color: Dark Purple. HEX triplet: 95, 0B and 7B. RGB value is (149,11,123). Sum of RGB (Red+Green+Blue) = 149+11+123=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #950B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950B7B is #6AF484. Grayscale: #404040. Windows color (decimal): -7009413 or 8063893. OLE color: 8063893.

HSL color Cylindrical-coordinate representation of color #950B7B: hue angle of 311.3º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B7B is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 11 123 -
CMYK 0 0.93 0.17 0.42
HSL 311.3º 0.86% 0.31% -
HSV(B) 311.3º 0.93% 0.58% -
XYZ 16.09 8.06 19.45 -
YUV 65.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 149 11 123 0 0.93 0.17 0.42 311.3 0.86 0.31
Hex 95 B 7B 0 5D 11 2A 137 56 1F
Octal 225 13 173 0 135 21 52 467 126 37
Binary 10010101 1011 1111011 0 1011101 10001 101010 100110111 1010110 11111

Color Harmonies of #950B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B7B

Black with #950B7B

Text Example


Text Example

White with #950B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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