Html Css Color HEX #8A356B Dark Purple

📋 copy color: '#8A356B'

red 138 ◦ green 53 ◦ blue 107

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

Shades of Dark Purple #8A356B

Tints of Dark Purple #8A356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.79%

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 46.31%
G = 17.79%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A356B (or 0x8A356B) is known color: Dark Purple. HEX triplet: 8A, 35 and 6B. RGB value is (138,53,107). Sum of RGB (Red+Green+Blue) = 138+53+107=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A356B is #75CA94. Grayscale: #545454. Windows color (decimal): -7719573 or 7026058. OLE color: 7026058.

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

Color convert

RGB 138 53 107 -
CMYK 0 0.62 0.22 0.46
HSL 321.88º 0.45% 0.37% -
HSV(B) 321.88º 0.62% 0.54% -
XYZ 14.41 9.01 14.89 -
YUV 84.57 140.66 166.11 -
System Red Green Blue C M Y K H S L
Decimal 138 53 107 0 0.62 0.22 0.46 321.88 0.45 0.37
Hex 8A 35 6B 0 3E 16 2E 142 2D 25
Octal 212 65 153 0 76 26 56 502 55 45
Binary 10001010 110101 1101011 0 111110 10110 101110 101000010 101101 100101

Color Harmonies of #8A356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A356B

Black with #8A356B

Text Example


Text Example

White with #8A356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,53,107); }

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

background-color css

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

 a { background-color: rgb(138,53,107); }

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

border-color css

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

 span { border-color: rgb(138,53,107); }

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