Html Css Color HEX #951A6B Dark Purple

📋 copy color: '#951A6B'

red 149 ◦ green 26 ◦ blue 107

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

Shades of Dark Purple #951A6B

Tints of Dark Purple #951A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.22%

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 52.84%
G = 9.22%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#951A6B (or 0x951A6B) is known color: Dark Purple. HEX triplet: 95, 1A and 6B. RGB value is (149,26,107). Sum of RGB (Red+Green+Blue) = 149+26+107=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #951A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A6B is #6AE594. Grayscale: #474747. Windows color (decimal): -7005589 or 7019157. OLE color: 7019157.

HSL color Cylindrical-coordinate representation of color #951A6B: hue angle of 320.49º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A6B is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 107 -
CMYK 0 0.83 0.28 0.42
HSL 320.49º 0.7% 0.34% -
HSV(B) 320.49º 0.83% 0.58% -
XYZ 15.42 8.19 14.68 -
YUV 72.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 149 26 107 0 0.83 0.28 0.42 320.49 0.7 0.34
Hex 95 1A 6B 0 53 1C 2A 140 46 22
Octal 225 32 153 0 123 34 52 500 106 42
Binary 10010101 11010 1101011 0 1010011 11100 101010 101000000 1000110 100010

Color Harmonies of #951A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A6B

Black with #951A6B

Text Example


Text Example

White with #951A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951A6B; }

 p { color: rgb(149,26,107); }

 H1.HeaderClassName
 {
   color: #951A6B;
 }
 .AnyTagClassName
 {
   color: #951A6B;
 }
</style>

background-color css

<style>
 a { background-color: #951A6B; }

 a { background-color: rgb(149,26,107); }

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

border-color css

<style>
 span { border-color: #951A6B; }

 span { border-color: rgb(149,26,107); }

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