Html Css Color HEX #951082 Dark Purple

📋 copy color: '#951082'

red 149 ◦ green 16 ◦ blue 130

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

Shades of Dark Purple #951082

Tints of Dark Purple #951082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.07%

R = 50.51%
G = 5.42%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#951082 (or 0x951082) is known color: Dark Purple. HEX triplet: 95, 10 and 82. RGB value is (149,16,130). Sum of RGB (Red+Green+Blue) = 149+16+130=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #951082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951082 is #6AEF7D. Grayscale: #444444. Windows color (decimal): -7008126 or 8523925. OLE color: 8523925.

HSL color Cylindrical-coordinate representation of color #951082: hue angle of 308.57º 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 #951082 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 130 -
CMYK 0 0.89 0.13 0.42
HSL 308.57º 0.81% 0.32% -
HSV(B) 308.57º 0.89% 0.58% -
XYZ 16.61 8.37 21.86 -
YUV 68.76 162.56 185.23 -
System Red Green Blue C M Y K H S L
Decimal 149 16 130 0 0.89 0.13 0.42 308.57 0.81 0.32
Hex 95 10 82 0 59 D 2A 135 51 20
Octal 225 20 202 0 131 15 52 465 121 40
Binary 10010101 10000 10000010 0 1011001 1101 101010 100110101 1010001 100000

Color Harmonies of #951082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951082

Black with #951082

Text Example


Text Example

White with #951082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951082; }

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

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

background-color css

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

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

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

border-color css

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

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

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