Html Css Color HEX #8C238A Dark Purple

📋 copy color: '#8C238A'

red 140 ◦ green 35 ◦ blue 138

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

Shades of Dark Purple #8C238A

Tints of Dark Purple #8C238A

RGB

 RED value IS 140 (55.08% from 255) = 44.73%

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

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 44.73%
G = 11.18%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C238A (or 0x8C238A) is known color: Dark Purple. HEX triplet: 8C, 23 and 8A. RGB value is (140,35,138). Sum of RGB (Red+Green+Blue) = 140+35+138=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C238A is #73DC75. Grayscale: #4D4D4D. Windows color (decimal): -7593078 or 9053068. OLE color: 9053068.

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

Color convert

RGB 140 35 138 -
CMYK 0 0.75 0.01 0.45
HSL 301.14º 0.6% 0.34% -
HSV(B) 301.14º 0.75% 0.55% -
XYZ 16 8.61 24.86 -
YUV 78.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 140 35 138 0 0.75 0.01 0.45 301.14 0.6 0.34
Hex 8C 23 8A 0 4B 1 2D 12D 3C 22
Octal 214 43 212 0 113 1 55 455 74 42
Binary 10001100 100011 10001010 0 1001011 1 101101 100101101 111100 100010

Color Harmonies of #8C238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C238A

Black with #8C238A

Text Example


Text Example

White with #8C238A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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