Html Css Color HEX #951BA3 Dark Magenta

📋 copy color: '#951BA3'

red 149 ◦ green 27 ◦ blue 163

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

Shades of Dark Magenta #951BA3

Tints of Dark Magenta #951BA3

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.96%

 BLUE value IS 163 (64.06% from 255) = 48.08%

R = 43.95%
G = 7.96%
B = 48.08%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#951BA3 (or 0x951BA3) is known color: Dark Magenta. HEX triplet: 95, 1B and A3. RGB value is (149,27,163). Sum of RGB (Red+Green+Blue) = 149+27+163=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 163 - color contains mainly: blue. Hex color #951BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951BA3 is #6AE45C. Grayscale: #4E4E4E. Windows color (decimal): -7005277 or 10689429. OLE color: 10689429.

HSL color Cylindrical-coordinate representation of color #951BA3: hue angle of 293.82º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951BA3 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 27 163 -
CMYK 0.09 0.83 0 0.36
HSL 293.82º 0.72% 0.37% -
HSV(B) 293.82º 0.83% 0.64% -
XYZ 19.4 9.82 35.52 -
YUV 78.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 149 27 163 0.09 0.83 0 0.36 293.82 0.72 0.37
Hex 95 1B A3 9 53 0 24 126 48 25
Octal 225 33 243 11 123 0 44 446 110 45
Binary 10010101 11011 10100011 1001 1010011 0 100100 100100110 1001000 100101

Color Harmonies of #951BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BA3

Black with #951BA3

Text Example


Text Example

White with #951BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,27,163); }

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

background-color css

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

 a { background-color: rgb(149,27,163); }

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

border-color css

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

 span { border-color: rgb(149,27,163); }

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