Html Css Color HEX #912467 Dark Purple

📋 copy color: '#912467'

red 145 ◦ green 36 ◦ blue 103

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

Shades of Dark Purple #912467

Tints of Dark Purple #912467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.27%

R = 51.06%
G = 12.68%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#912467 (or 0x912467) is known color: Dark Purple. HEX triplet: 91, 24 and 67. RGB value is (145,36,103). Sum of RGB (Red+Green+Blue) = 145+36+103=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #912467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912467 is #6EDB98. Grayscale: #4C4C4C. Windows color (decimal): -7265177 or 6759569. OLE color: 6759569.

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

Color convert

RGB 145 36 103 -
CMYK 0 0.75 0.29 0.43
HSL 323.12º 0.6% 0.35% -
HSV(B) 323.12º 0.75% 0.57% -
XYZ 14.76 8.26 13.65 -
YUV 76.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 145 36 103 0 0.75 0.29 0.43 323.12 0.6 0.35
Hex 91 24 67 0 4B 1D 2B 143 3C 23
Octal 221 44 147 0 113 35 53 503 74 43
Binary 10010001 100100 1100111 0 1001011 11101 101011 101000011 111100 100011

Color Harmonies of #912467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912467

Black with #912467

Text Example


Text Example

White with #912467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912467; }

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

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

background-color css

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

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

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

border-color css

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

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

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