Html Css Color HEX #912469 Dark Purple

📋 copy color: '#912469'

red 145 ◦ green 36 ◦ blue 105

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

Shades of Dark Purple #912469

Tints of Dark Purple #912469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.71%

R = 50.7%
G = 12.59%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#912469 (or 0x912469) is known color: Dark Purple. HEX triplet: 91, 24 and 69. RGB value is (145,36,105). Sum of RGB (Red+Green+Blue) = 145+36+105=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #912469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912469 is #6EDB96. Grayscale: #4C4C4C. Windows color (decimal): -7265175 or 6890641. OLE color: 6890641.

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

Color convert

RGB 145 36 105 -
CMYK 0 0.75 0.28 0.43
HSL 322.02º 0.6% 0.35% -
HSV(B) 322.02º 0.75% 0.57% -
XYZ 14.86 8.3 14.18 -
YUV 76.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 145 36 105 0 0.75 0.28 0.43 322.02 0.6 0.35
Hex 91 24 69 0 4B 1C 2B 142 3C 23
Octal 221 44 151 0 113 34 53 502 74 43
Binary 10010001 100100 1101001 0 1001011 11100 101011 101000010 111100 100011

Color Harmonies of #912469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912469

Black with #912469

Text Example


Text Example

White with #912469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912469; }

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

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

background-color css

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

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

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

border-color css

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

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

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