Html Css Color HEX #912083 Dark Purple

📋 copy color: '#912083'

red 145 ◦ green 32 ◦ blue 131

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

Shades of Dark Purple #912083

Tints of Dark Purple #912083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 47.08%
G = 10.39%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#912083 (or 0x912083) is known color: Dark Purple. HEX triplet: 91, 20 and 83. RGB value is (145,32,131). Sum of RGB (Red+Green+Blue) = 145+32+131=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #912083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912083 is #6EDF7C. Grayscale: #4C4C4C. Windows color (decimal): -7266173 or 8593553. OLE color: 8593553.

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

Color convert

RGB 145 32 131 -
CMYK 0 0.78 0.10 0.43
HSL 307.43º 0.64% 0.35% -
HSV(B) 307.43º 0.78% 0.57% -
XYZ 16.29 8.69 22.29 -
YUV 77.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 145 32 131 0 0.78 0.10 0.43 307.43 0.64 0.35
Hex 91 20 83 0 4E A 2B 133 40 23
Octal 221 40 203 0 116 12 53 463 100 43
Binary 10010001 100000 10000011 0 1001110 1010 101011 100110011 1000000 100011

Color Harmonies of #912083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912083

Black with #912083

Text Example


Text Example

White with #912083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912083; }

 p { color: rgb(145,32,131); }

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

background-color css

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

 a { background-color: rgb(145,32,131); }

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

border-color css

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

 span { border-color: rgb(145,32,131); }

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