Html Css Color HEX #912481 Dark Purple

📋 copy color: '#912481'

red 145 ◦ green 36 ◦ blue 129

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

Shades of Dark Purple #912481

Tints of Dark Purple #912481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

 BLUE value IS 129 (50.78% from 255) = 41.61%

R = 46.77%
G = 11.61%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#912481 (or 0x912481) is known color: Dark Purple. HEX triplet: 91, 24 and 81. RGB value is (145,36,129). Sum of RGB (Red+Green+Blue) = 145+36+129=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #912481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912481 is #6EDB7E. Grayscale: #4E4E4E. Windows color (decimal): -7265151 or 8463505. OLE color: 8463505.

HSL color Cylindrical-coordinate representation of color #912481: hue angle of 308.81º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912481 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 36 129 -
CMYK 0 0.75 0.11 0.43
HSL 308.81º 0.6% 0.35% -
HSV(B) 308.81º 0.75% 0.57% -
XYZ 16.27 8.87 21.62 -
YUV 79.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 145 36 129 0 0.75 0.11 0.43 308.81 0.6 0.35
Hex 91 24 81 0 4B B 2B 135 3C 23
Octal 221 44 201 0 113 13 53 465 74 43
Binary 10010001 100100 10000001 0 1001011 1011 101011 100110101 111100 100011

Color Harmonies of #912481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912481

Black with #912481

Text Example


Text Example

White with #912481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912481; }

 p { color: rgb(145,36,129); }

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

background-color css

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

 a { background-color: rgb(145,36,129); }

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

border-color css

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

 span { border-color: rgb(145,36,129); }

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