Html Css Color HEX #951083 Dark Purple

📋 copy color: '#951083'

red 149 ◦ green 16 ◦ blue 131

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

Shades of Dark Purple #951083

Tints of Dark Purple #951083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 50.34%
G = 5.41%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#951083 (or 0x951083) is known color: Dark Purple. HEX triplet: 95, 10 and 83. RGB value is (149,16,131). Sum of RGB (Red+Green+Blue) = 149+16+131=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #951083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951083 is #6AEF7C. Grayscale: #444444. Windows color (decimal): -7008125 or 8589461. OLE color: 8589461.

HSL color Cylindrical-coordinate representation of color #951083: hue angle of 308.12º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951083 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 131 -
CMYK 0 0.89 0.12 0.42
HSL 308.12º 0.81% 0.32% -
HSV(B) 308.12º 0.89% 0.58% -
XYZ 16.68 8.4 22.21 -
YUV 68.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 149 16 131 0 0.89 0.12 0.42 308.12 0.81 0.32
Hex 95 10 83 0 59 C 2A 134 51 20
Octal 225 20 203 0 131 14 52 464 121 40
Binary 10010101 10000 10000011 0 1011001 1100 101010 100110100 1010001 100000

Color Harmonies of #951083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951083

Black with #951083

Text Example


Text Example

White with #951083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951083; }

 p { color: rgb(149,16,131); }

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

background-color css

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

 a { background-color: rgb(149,16,131); }

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

border-color css

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

 span { border-color: rgb(149,16,131); }

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