Html Css Color HEX #912583 Dark Purple

📋 copy color: '#912583'

red 145 ◦ green 37 ◦ blue 131

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

Shades of Dark Purple #912583

Tints of Dark Purple #912583

RGB

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

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

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

R = 46.33%
G = 11.82%
B = 41.85%

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

#912583 (or 0x912583) is known color: Dark Purple. HEX triplet: 91, 25 and 83. RGB value is (145,37,131). Sum of RGB (Red+Green+Blue) = 145+37+131=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #912583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912583 is #6EDA7C. Grayscale: #4F4F4F. Windows color (decimal): -7264893 or 8594833. OLE color: 8594833.

HSL color Cylindrical-coordinate representation of color #912583: hue angle of 307.78º 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 #912583 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 37 131 -
CMYK 0 0.74 0.10 0.43
HSL 307.78º 0.59% 0.36% -
HSV(B) 307.78º 0.74% 0.57% -
XYZ 16.44 8.98 22.34 -
YUV 80.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 145 37 131 0 0.74 0.10 0.43 307.78 0.59 0.36
Hex 91 25 83 0 4A A 2B 134 3B 24
Octal 221 45 203 0 112 12 53 464 73 44
Binary 10010001 100101 10000011 0 1001010 1010 101011 100110100 111011 100100

Color Harmonies of #912583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912583

Black with #912583

Text Example


Text Example

White with #912583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912583; }

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

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

background-color css

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

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

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

border-color css

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

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

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