Html Css Color HEX #8C307E Dark Purple

📋 copy color: '#8C307E'

red 140 ◦ green 48 ◦ blue 126

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

Shades of Dark Purple #8C307E

Tints of Dark Purple #8C307E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

 BLUE value IS 126 (49.61% from 255) = 40.13%

R = 44.59%
G = 15.29%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C307E (or 0x8C307E) is known color: Dark Purple. HEX triplet: 8C, 30 and 7E. RGB value is (140,48,126). Sum of RGB (Red+Green+Blue) = 140+48+126=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C307E is #73CF81. Grayscale: #545454. Windows color (decimal): -7589762 or 8269964. OLE color: 8269964.

HSL color Cylindrical-coordinate representation of color #8C307E: hue angle of 309.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C307E is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 48 126 -
CMYK 0 0.66 0.10 0.45
HSL 309.13º 0.49% 0.37% -
HSV(B) 309.13º 0.66% 0.55% -
XYZ 15.64 9.2 20.69 -
YUV 84.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 140 48 126 0 0.66 0.10 0.45 309.13 0.49 0.37
Hex 8C 30 7E 0 42 A 2D 135 31 25
Octal 214 60 176 0 102 12 55 465 61 45
Binary 10001100 110000 1111110 0 1000010 1010 101101 100110101 110001 100101

Color Harmonies of #8C307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C307E

Black with #8C307E

Text Example


Text Example

White with #8C307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,48,126); }

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

background-color css

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

 a { background-color: rgb(140,48,126); }

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

border-color css

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

 span { border-color: rgb(140,48,126); }

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