Html Css Color HEX #912582 Dark Purple

📋 copy color: '#912582'

red 145 ◦ green 37 ◦ blue 130

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

Shades of Dark Purple #912582

Tints of Dark Purple #912582

RGB

 RED value IS 145 (57.03% from 255) = 46.47%

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 46.47%
G = 11.86%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#912582 (or 0x912582) is known color: Dark Purple. HEX triplet: 91, 25 and 82. RGB value is (145,37,130). Sum of RGB (Red+Green+Blue) = 145+37+130=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #912582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912582 is #6EDA7D. Grayscale: #4F4F4F. Windows color (decimal): -7264894 or 8529297. OLE color: 8529297.

HSL color Cylindrical-coordinate representation of color #912582: hue angle of 308.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #912582 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 37 130 -
CMYK 0 0.74 0.10 0.43
HSL 308.33º 0.59% 0.36% -
HSV(B) 308.33º 0.74% 0.57% -
XYZ 16.37 8.95 21.98 -
YUV 79.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 145 37 130 0 0.74 0.10 0.43 308.33 0.59 0.36
Hex 91 25 82 0 4A A 2B 134 3B 24
Octal 221 45 202 0 112 12 53 464 73 44
Binary 10010001 100101 10000010 0 1001010 1010 101011 100110100 111011 100100

Color Harmonies of #912582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912582

Black with #912582

Text Example


Text Example

White with #912582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912582; }

 p { color: rgb(145,37,130); }

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

background-color css

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

 a { background-color: rgb(145,37,130); }

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

border-color css

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

 span { border-color: rgb(145,37,130); }

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