Html Css Color HEX #8A3D75 Dark Purple

📋 copy color: '#8A3D75'

red 138 ◦ green 61 ◦ blue 117

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

Shades of Dark Purple #8A3D75

Tints of Dark Purple #8A3D75

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 43.67%
G = 19.3%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#8A3D75 (or 0x8A3D75) is known color: Dark Purple. HEX triplet: 8A, 3D and 75. RGB value is (138,61,117). Sum of RGB (Red+Green+Blue) = 138+61+117=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3D75 is #75C28A. Grayscale: #5A5A5A. Windows color (decimal): -7717515 or 7683466. OLE color: 7683466.

HSL color Cylindrical-coordinate representation of color #8A3D75: hue angle of 316.36º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A3D75 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 61 117 -
CMYK 0 0.56 0.15 0.46
HSL 316.36º 0.39% 0.39% -
HSV(B) 316.36º 0.56% 0.54% -
XYZ 15.36 10.03 17.96 -
YUV 90.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 138 61 117 0 0.56 0.15 0.46 316.36 0.39 0.39
Hex 8A 3D 75 0 38 F 2E 13C 27 27
Octal 212 75 165 0 70 17 56 474 47 47
Binary 10001010 111101 1110101 0 111000 1111 101110 100111100 100111 100111

Color Harmonies of #8A3D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3D75

Black with #8A3D75

Text Example


Text Example

White with #8A3D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,61,117); }

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

background-color css

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

 a { background-color: rgb(138,61,117); }

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

border-color css

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

 span { border-color: rgb(138,61,117); }

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