Html Css Color HEX #8A256B Dark Purple

📋 copy color: '#8A256B'

red 138 ◦ green 37 ◦ blue 107

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

Shades of Dark Purple #8A256B

Tints of Dark Purple #8A256B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

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

R = 48.94%
G = 13.12%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A256B (or 0x8A256B) is known color: Dark Purple. HEX triplet: 8A, 25 and 6B. RGB value is (138,37,107). Sum of RGB (Red+Green+Blue) = 138+37+107=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A256B is #75DA94. Grayscale: #4B4B4B. Windows color (decimal): -7723669 or 7021962. OLE color: 7021962.

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

Color convert

RGB 138 37 107 -
CMYK 0 0.73 0.22 0.46
HSL 318.42º 0.58% 0.34% -
HSV(B) 318.42º 0.73% 0.54% -
XYZ 13.8 7.79 14.69 -
YUV 75.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 138 37 107 0 0.73 0.22 0.46 318.42 0.58 0.34
Hex 8A 25 6B 0 49 16 2E 13E 3A 22
Octal 212 45 153 0 111 26 56 476 72 42
Binary 10001010 100101 1101011 0 1001001 10110 101110 100111110 111010 100010

Color Harmonies of #8A256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A256B

Black with #8A256B

Text Example


Text Example

White with #8A256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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