Html Css Color HEX #8A336D Dark Purple

📋 copy color: '#8A336D'

red 138 ◦ green 51 ◦ blue 109

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

Shades of Dark Purple #8A336D

Tints of Dark Purple #8A336D

RGB

 RED value IS 138 (54.3% from 255) = 46.31%

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 109 (42.97% from 255) = 36.58%

R = 46.31%
G = 17.11%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A336D (or 0x8A336D) is known color: Dark Purple. HEX triplet: 8A, 33 and 6D. RGB value is (138,51,109). Sum of RGB (Red+Green+Blue) = 138+51+109=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A336D is #75CC92. Grayscale: #535353. Windows color (decimal): -7720083 or 7156618. OLE color: 7156618.

HSL color Cylindrical-coordinate representation of color #8A336D: hue angle of 320º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A336D is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 51 109 -
CMYK 0 0.63 0.21 0.46
HSL 320º 0.46% 0.37% -
HSV(B) 320º 0.63% 0.54% -
XYZ 14.43 8.88 15.42 -
YUV 83.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 138 51 109 0 0.63 0.21 0.46 320 0.46 0.37
Hex 8A 33 6D 0 3F 15 2E 140 2E 25
Octal 212 63 155 0 77 25 56 500 56 45
Binary 10001010 110011 1101101 0 111111 10101 101110 101000000 101110 100101

Color Harmonies of #8A336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A336D

Black with #8A336D

Text Example


Text Example

White with #8A336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A336D; }

 p { color: rgb(138,51,109); }

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

background-color css

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

 a { background-color: rgb(138,51,109); }

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

border-color css

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

 span { border-color: rgb(138,51,109); }

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