Html Css Color HEX #8A237F Dark Purple

📋 copy color: '#8A237F'

red 138 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #8A237F

Tints of Dark Purple #8A237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

 BLUE value IS 127 (50% from 255) = 42.33%

R = 46%
G = 11.67%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A237F (or 0x8A237F) is known color: Dark Purple. HEX triplet: 8A, 23 and 7F. RGB value is (138,35,127). Sum of RGB (Red+Green+Blue) = 138+35+127=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A237F is #75DC80. Grayscale: #4C4C4C. Windows color (decimal): -7724161 or 8332170. OLE color: 8332170.

HSL color Cylindrical-coordinate representation of color #8A237F: hue angle of 306.41º 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 #8A237F is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 35 127 -
CMYK 0 0.75 0.08 0.46
HSL 306.41º 0.6% 0.34% -
HSV(B) 306.41º 0.75% 0.54% -
XYZ 14.91 8.14 20.86 -
YUV 76.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 138 35 127 0 0.75 0.08 0.46 306.41 0.6 0.34
Hex 8A 23 7F 0 4B 8 2E 132 3C 22
Octal 212 43 177 0 113 10 56 462 74 42
Binary 10001010 100011 1111111 0 1001011 1000 101110 100110010 111100 100010

Color Harmonies of #8A237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A237F

Black with #8A237F

Text Example


Text Example

White with #8A237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,35,127); }

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

background-color css

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

 a { background-color: rgb(138,35,127); }

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

border-color css

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

 span { border-color: rgb(138,35,127); }

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