Html Css Color HEX #912384 Dark Purple

📋 copy color: '#912384'

red 145 ◦ green 35 ◦ blue 132

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

Shades of Dark Purple #912384

Tints of Dark Purple #912384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 46.47%
G = 11.22%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#912384 (or 0x912384) is known color: Dark Purple. HEX triplet: 91, 23 and 84. RGB value is (145,35,132). Sum of RGB (Red+Green+Blue) = 145+35+132=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #912384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912384 is #6EDC7B. Grayscale: #4E4E4E. Windows color (decimal): -7265404 or 8659857. OLE color: 8659857.

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

Color convert

RGB 145 35 132 -
CMYK 0 0.76 0.09 0.43
HSL 307.09º 0.61% 0.35% -
HSV(B) 307.09º 0.76% 0.57% -
XYZ 16.44 8.89 22.68 -
YUV 78.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 145 35 132 0 0.76 0.09 0.43 307.09 0.61 0.35
Hex 91 23 84 0 4C 9 2B 133 3D 23
Octal 221 43 204 0 114 11 53 463 75 43
Binary 10010001 100011 10000100 0 1001100 1001 101011 100110011 111101 100011

Color Harmonies of #912384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912384

Black with #912384

Text Example


Text Example

White with #912384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912384; }

 p { color: rgb(145,35,132); }

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

background-color css

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

 a { background-color: rgb(145,35,132); }

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

border-color css

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

 span { border-color: rgb(145,35,132); }

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