Html Css Color HEX #8A227B Dark Purple

📋 copy color: '#8A227B'

red 138 ◦ green 34 ◦ blue 123

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

Shades of Dark Purple #8A227B

Tints of Dark Purple #8A227B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.53%

 BLUE value IS 123 (48.44% from 255) = 41.69%

R = 46.78%
G = 11.53%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#8A227B (or 0x8A227B) is known color: Dark Purple. HEX triplet: 8A, 22 and 7B. RGB value is (138,34,123). Sum of RGB (Red+Green+Blue) = 138+34+123=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 138 - color contains mainly: red. Hex color #8A227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A227B is #75DD84. Grayscale: #4A4A4A. Windows color (decimal): -7724421 or 8069770. OLE color: 8069770.

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

Color convert

RGB 138 34 123 -
CMYK 0 0.75 0.11 0.46
HSL 308.65º 0.6% 0.34% -
HSV(B) 308.65º 0.75% 0.54% -
XYZ 14.63 7.98 19.51 -
YUV 75.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 138 34 123 0 0.75 0.11 0.46 308.65 0.6 0.34
Hex 8A 22 7B 0 4B B 2E 135 3C 22
Octal 212 42 173 0 113 13 56 465 74 42
Binary 10001010 100010 1111011 0 1001011 1011 101110 100110101 111100 100010

Color Harmonies of #8A227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A227B

Black with #8A227B

Text Example


Text Example

White with #8A227B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,34,123); }

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

background-color css

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

 a { background-color: rgb(138,34,123); }

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

border-color css

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

 span { border-color: rgb(138,34,123); }

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