Html Css Color HEX #8C268B Dark Purple

📋 copy color: '#8C268B'

red 140 ◦ green 38 ◦ blue 139

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

Shades of Dark Purple #8C268B

Tints of Dark Purple #8C268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 44.16%
G = 11.99%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C268B (or 0x8C268B) is known color: Dark Purple. HEX triplet: 8C, 26 and 8B. RGB value is (140,38,139). Sum of RGB (Red+Green+Blue) = 140+38+139=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C268B is #73D974. Grayscale: #4F4F4F. Windows color (decimal): -7592309 or 9119372. OLE color: 9119372.

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

Color convert

RGB 140 38 139 -
CMYK 0 0.73 0.01 0.45
HSL 300.59º 0.57% 0.35% -
HSV(B) 300.59º 0.73% 0.55% -
XYZ 16.17 8.83 25.28 -
YUV 80.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 140 38 139 0 0.73 0.01 0.45 300.59 0.57 0.35
Hex 8C 26 8B 0 49 1 2D 12D 39 23
Octal 214 46 213 0 111 1 55 455 71 43
Binary 10001100 100110 10001011 0 1001001 1 101101 100101101 111001 100011

Color Harmonies of #8C268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C268B

Black with #8C268B

Text Example


Text Example

White with #8C268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,38,139); }

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

background-color css

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

 a { background-color: rgb(140,38,139); }

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

border-color css

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

 span { border-color: rgb(140,38,139); }

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