Html Css Color HEX #914082 Dark Purple

📋 copy color: '#914082'

red 145 ◦ green 64 ◦ blue 130

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

Shades of Dark Purple #914082

Tints of Dark Purple #914082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

 BLUE value IS 130 (51.17% from 255) = 38.35%

R = 42.77%
G = 18.88%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#914082 (or 0x914082) is known color: Dark Purple. HEX triplet: 91, 40 and 82. RGB value is (145,64,130). Sum of RGB (Red+Green+Blue) = 145+64+130=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #914082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914082 is #6EBF7D. Grayscale: #5F5F5F. Windows color (decimal): -7257982 or 8536209. OLE color: 8536209.

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

Color convert

RGB 145 64 130 -
CMYK 0 0.56 0.10 0.43
HSL 311.11º 0.39% 0.41% -
HSV(B) 311.11º 0.56% 0.57% -
XYZ 17.54 11.3 22.38 -
YUV 95.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 145 64 130 0 0.56 0.10 0.43 311.11 0.39 0.41
Hex 91 40 82 0 38 A 2B 137 27 29
Octal 221 100 202 0 70 12 53 467 47 51
Binary 10010001 1000000 10000010 0 111000 1010 101011 100110111 100111 101001

Color Harmonies of #914082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914082

Black with #914082

Text Example


Text Example

White with #914082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914082; }

 p { color: rgb(145,64,130); }

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

background-color css

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

 a { background-color: rgb(145,64,130); }

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

border-color css

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

 span { border-color: rgb(145,64,130); }

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