Html Css Color HEX #8A2668 Dark Purple

📋 copy color: '#8A2668'

red 138 ◦ green 38 ◦ blue 104

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

Shades of Dark Purple #8A2668

Tints of Dark Purple #8A2668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 49.29%
G = 13.57%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A2668 (or 0x8A2668) is known color: Dark Purple. HEX triplet: 8A, 26 and 68. RGB value is (138,38,104). Sum of RGB (Red+Green+Blue) = 138+38+104=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2668 is #75D997. Grayscale: #4B4B4B. Windows color (decimal): -7723416 or 6825610. OLE color: 6825610.

HSL color Cylindrical-coordinate representation of color #8A2668: hue angle of 320.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2668 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 38 104 -
CMYK 0 0.72 0.25 0.46
HSL 320.4º 0.57% 0.35% -
HSV(B) 320.4º 0.72% 0.54% -
XYZ 13.67 7.79 13.88 -
YUV 75.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 138 38 104 0 0.72 0.25 0.46 320.4 0.57 0.35
Hex 8A 26 68 0 48 19 2E 140 39 23
Octal 212 46 150 0 110 31 56 500 71 43
Binary 10001010 100110 1101000 0 1001000 11001 101110 101000000 111001 100011

Color Harmonies of #8A2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2668

Black with #8A2668

Text Example


Text Example

White with #8A2668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,38,104); }

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

background-color css

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

 a { background-color: rgb(138,38,104); }

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

border-color css

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

 span { border-color: rgb(138,38,104); }

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