Html Css Color HEX #912488 Dark Purple

📋 copy color: '#912488'

red 145 ◦ green 36 ◦ blue 136

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

Shades of Dark Purple #912488

Tints of Dark Purple #912488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 45.74%
G = 11.36%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#912488 (or 0x912488) is known color: Dark Purple. HEX triplet: 91, 24 and 88. RGB value is (145,36,136). Sum of RGB (Red+Green+Blue) = 145+36+136=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #912488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912488 is #6EDB77. Grayscale: #4F4F4F. Windows color (decimal): -7265144 or 8922257. OLE color: 8922257.

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

Color convert

RGB 145 36 136 -
CMYK 0 0.75 0.06 0.43
HSL 304.95º 0.6% 0.35% -
HSV(B) 304.95º 0.75% 0.57% -
XYZ 16.75 9.06 24.16 -
YUV 79.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 145 36 136 0 0.75 0.06 0.43 304.95 0.6 0.35
Hex 91 24 88 0 4B 6 2B 131 3C 23
Octal 221 44 210 0 113 6 53 461 74 43
Binary 10010001 100100 10001000 0 1001011 110 101011 100110001 111100 100011

Color Harmonies of #912488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912488

Black with #912488

Text Example


Text Example

White with #912488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912488; }

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

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

background-color css

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

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

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

border-color css

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

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

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